diff options
| author | Steven Kallstrom | 2011-02-02 23:40:55 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2011-02-12 17:09:11 +0000 |
| commit | 3390f50025cf962b6615db65f038bcb7411f36c5 (patch) | |
| tree | d2455c35f7767482040930c51635e18bc4643edc /Library | |
| parent | 728049b333cfee2772056ff567b65c500939f8af (diff) | |
| download | homebrew-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.rb | 3 |
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 |
