aalib no longer gives top level manpage error
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cd6f06a0fe
commit
941a675002
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Aalib <Formula
|
|||
|
||||
def install
|
||||
ENV.ncurses_define
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue