nginx: create /var/log/nginx via make_dirs.
This commit is contained in:
parent
215c698c81
commit
4774192cd7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="zlib-devel pcre-devel>=8.30 openssl-devel"
|
||||
short_desc="A high performance web server and a reverse proxy server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -31,6 +31,7 @@ nginx_homedir="/var/tmp/nginx"
|
|||
systemd_services="nginx.service on"
|
||||
|
||||
make_dirs="
|
||||
/var/log/nginx 0750 root root
|
||||
/var/tmp 1777 root root
|
||||
/var/tmp/nginx 0750 root root"
|
||||
|
||||
|
|
Loading…
Reference in a new issue