aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPierre Riteau2010-07-12 11:07:23 -0400
committerAdam Vandenberg2010-07-12 08:33:32 -0700
commit161c776083b194de4451eccd890337c95c202bf8 (patch)
tree50bfd6c8dbb07631e8d0c8af03df43eb09f32797 /Library/Formula
parent27b64adb3f3d20c7e8aa56a145172b8968e6a4b2 (diff)
downloadhomebrew-161c776083b194de4451eccd890337c95c202bf8.tar.bz2
Fix mandir for pwgen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pwgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pwgen.rb b/Library/Formula/pwgen.rb
index 3a94ef23e..bc8c414c5 100644
--- a/Library/Formula/pwgen.rb
+++ b/Library/Formula/pwgen.rb
@@ -6,7 +6,7 @@ class Pwgen <Formula
md5 '935aebcbe610fbc9de8125e7b7d71297'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end