aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew White2009-10-10 09:48:02 +0100
committerMax Howell2009-10-19 04:02:49 +0100
commit69ec0edec653d298843dfb277f7b50ec072c7b3b (patch)
tree517aab32169c98ce6099233b0adaeb01f5f29d66 /Library
parente7b122cbbfca0d24f0c4bd505ca489761014e5f4 (diff)
downloadhomebrew-69ec0edec653d298843dfb277f7b50ec072c7b3b.tar.bz2
Set mandir in configure script instead of moving afterwards
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libtiff.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libtiff.rb b/Library/Formula/libtiff.rb
index 005e90db0..f4af48e29 100644
--- a/Library/Formula/libtiff.rb
+++ b/Library/Formula/libtiff.rb
@@ -6,9 +6,7 @@ class Libtiff <Formula
@md5='fbb6f446ea4ed18955e2714934e5b698'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--mandir=#{prefix}/share/man"
system "make install"
-
- FileUtils.mv prefix+'man', share
end
end