Fix dar manpage location.
This commit is contained in:
parent
b93c806a85
commit
a48d710000
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Dar <Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man1}",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}",
|
||||
"--disable-build-html"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue