trafficserver: fix man path
This commit is contained in:
parent
1ca7c296ca
commit
f1f18b215c
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ class Trafficserver < Formula
|
|||
ENV.enable_warnings
|
||||
# Needed for OpenSSL headers on Lion.
|
||||
ENV.append_to_cflags "-Wno-deprecated-declarations"
|
||||
system "./configure", "--prefix=#{prefix}", "--with-user=#{ENV['USER']}", "--with-group=admin"
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
"--with-user=#{ENV['USER']}",
|
||||
"--with-group=admin"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue