aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pwgen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pwgen.rb')
-rw-r--r--Library/Formula/pwgen.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pwgen.rb b/Library/Formula/pwgen.rb
index bc8c414c5..e43cb6260 100644
--- a/Library/Formula/pwgen.rb
+++ b/Library/Formula/pwgen.rb
@@ -6,7 +6,8 @@ class Pwgen <Formula
md5 '935aebcbe610fbc9de8125e7b7d71297'
def install
- system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end