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
|
class Nginx < Formula
|
||||||
homepage "http://nginx.org/"
|
homepage "http://nginx.org/"
|
||||||
url "http://nginx.org/download/nginx-1.6.2.tar.gz"
|
url "http://nginx.org/download/nginx-1.6.2.tar.gz"
|
||||||
|
@ -79,7 +77,7 @@ class Nginx < Formula
|
||||||
system "./configure", *args
|
system "./configure", *args
|
||||||
end
|
end
|
||||||
system "make"
|
system "make"
|
||||||
system "make install"
|
system "make", "install"
|
||||||
man8.install "objs/nginx.8"
|
man8.install "objs/nginx.8"
|
||||||
(var/"run/nginx").mkpath
|
(var/"run/nginx").mkpath
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue