Fixed installation of catdoc man files
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f4792b72db
commit
c95530aec9
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ class Catdoc <Formula
|
|||
sha1 '50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04'
|
||||
|
||||
def install
|
||||
# catdoc configure says it respects --mandir=, but does not.
|
||||
ENV['man1dir'] = man1
|
||||
system "./configure --disable-debug --disable-dependency-tracking --prefix=#{prefix}"
|
||||
# The INSTALL file confuses make on case insensitive filesystems.
|
||||
system "mv INSTALL INSTALL.txt"
|
||||
|
|
Loading…
Reference in a new issue