aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSteven Kallstrom2011-02-02 23:40:55 -0600
committerMike McQuaid2011-02-12 17:09:11 +0000
commit3390f50025cf962b6615db65f038bcb7411f36c5 (patch)
treed2455c35f7767482040930c51635e18bc4643edc /Library
parent728049b333cfee2772056ff567b65c500939f8af (diff)
downloadhomebrew-3390f50025cf962b6615db65f038bcb7411f36c5.tar.bz2
Fix aalib - install info to share
Closes #4110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aalib.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/aalib.rb b/Library/Formula/aalib.rb
index fba4005e5..4cfd85db0 100644
--- a/Library/Formula/aalib.rb
+++ b/Library/Formula/aalib.rb
@@ -12,7 +12,8 @@ class Aalib <Formula
def install
ENV.ncurses_define
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--mandir=#{man}", "--prefix=#{prefix}"
+ "--mandir=#{man}", "--infodir=#{info}",
+ "--prefix=#{prefix}"
system "make install"
end
end