diff options
| author | Steven Lumos | 2010-10-15 11:18:46 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-15 11:22:23 -0700 |
| commit | 2c5d87c6fade6911bb1515eeb4da58e1a05f4ffa (patch) | |
| tree | 9e25da1bbde223c152d39046b3f31e21949724cc /Library | |
| parent | e81d2f9ce7e07ed19a142c8926c72b5a8410f776 (diff) | |
| download | homebrew-2c5d87c6fade6911bb1515eeb4da58e1a05f4ffa.tar.bz2 | |
added --mandir to configure
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xmlstarlet.rb | 2 |
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 |
