aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-12-21 18:49:30 +0000
committerMax Howell2009-12-21 18:51:30 +0000
commit44a7327425267f957cbc401c827b6ddd4b2d1699 (patch)
treecf66ded47d21885d953cc0041d41356188ae30b3 /Library
parentc25dd8e5a07f5deae0987c2d570077246fad1f7e (diff)
downloadhomebrew-44a7327425267f957cbc401c827b6ddd4b2d1699.tar.bz2
Install info pages to correct place
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gdbm.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gdbm.rb b/Library/Formula/gdbm.rb
index dfbf61e75..9063900bf 100644
--- a/Library/Formula/gdbm.rb
+++ b/Library/Formula/gdbm.rb
@@ -6,7 +6,8 @@ class Gdbm <Formula
md5 '1d1b1d5c0245b1c00aff92da751e9aa1'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking",
+ "--infodir=#{info}"
inreplace "Makefile", "-o $(BINOWN) -g $(BINGRP)", ""
system "make install"
end