aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSteven Lumos2010-10-15 11:18:46 -0700
committerAdam Vandenberg2010-10-15 11:22:23 -0700
commit2c5d87c6fade6911bb1515eeb4da58e1a05f4ffa (patch)
tree9e25da1bbde223c152d39046b3f31e21949724cc /Library/Formula
parente81d2f9ce7e07ed19a142c8926c72b5a8410f776 (diff)
downloadhomebrew-2c5d87c6fade6911bb1515eeb4da58e1a05f4ffa.tar.bz2
added --mandir to configure
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xmlstarlet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xmlstarlet.rb b/Library/Formula/xmlstarlet.rb
index 6e0cae1bf..c0bbf18ab 100644
--- a/Library/Formula/xmlstarlet.rb
+++ b/Library/Formula/xmlstarlet.rb
@@ -13,7 +13,7 @@ class Xmlstarlet <Formula
s.gsub! '${LIBXSLT_PREFIX}/lib/libexslt.a', '-lexslt'
end
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--disable-debug", "--disable-dependency-tracking"
system "make"
system "make install"
end