Fix mandir for libident
This commit is contained in:
parent
e36852a7b4
commit
384a3b60a1
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ class Libident <Formula
|
||||||
md5 '9b9346eacc28d842d164881f0efa3388'
|
md5 '9b9346eacc28d842d164881f0efa3388'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
|
"--prefix=#{prefix}",
|
||||||
|
"--mandir=#{man}"
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue