Fix man path for pth
This commit is contained in:
parent
256df997ee
commit
c0e59c77be
1 changed files with 4 additions and 5 deletions
|
@ -7,11 +7,10 @@ class Pth <Formula
|
|||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
system "./configure",
|
||||
"--prefix=#{prefix}",
|
||||
# Shared library will not be build with disable debug
|
||||
# "--disable-debug",
|
||||
"--disable-dependency-tracking"
|
||||
# Note: shared library will not be build with --disable-debug, so don't add that flag
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue