nginx: fix strict audit failures.
This commit is contained in:
parent
4c7d7afee3
commit
62397ca42a
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
require "formula"
|
||||
|
||||
class Nginx < Formula
|
||||
homepage "http://nginx.org/"
|
||||
url "http://nginx.org/download/nginx-1.6.2.tar.gz"
|
||||
|
@ -79,7 +77,7 @@ class Nginx < Formula
|
|||
system "./configure", *args
|
||||
end
|
||||
system "make"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
man8.install "objs/nginx.8"
|
||||
(var/"run/nginx").mkpath
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue