aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bcrypt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bcrypt.rb')
-rw-r--r--Library/Formula/bcrypt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bcrypt.rb b/Library/Formula/bcrypt.rb
index 86b3a2c6b..9dec190d2 100644
--- a/Library/Formula/bcrypt.rb
+++ b/Library/Formula/bcrypt.rb
@@ -11,7 +11,7 @@ class Bcrypt <Formula
s.change_make_var! "CFLAGS", ENV['CFLAGS']
s.change_make_var! "LDFLAGS", "-lz"
end
-
+
system "make"
bin.install "bcrypt"
man1.install gzip("bcrypt.1")