nginx: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 10:51:01 +02:00
parent d146d5b0d5
commit 775737b039
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nginx' # Template file for 'nginx'
pkgname=nginx pkgname=nginx
version=1.8.0 version=1.8.0
revision=2 revision=3
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)" makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# fake configure run on host # fake configure run on host
@ -43,7 +43,7 @@ do_configure() {
./configure --prefix=${cfgdir} \ ./configure --prefix=${cfgdir} \
--conf-path=${cfgdir}/nginx.conf \ --conf-path=${cfgdir}/nginx.conf \
--sbin-path=/usr/sbin/nginx \ --sbin-path=/usr/bin/nginx \
--pid-path=/run/nginx.pid \ --pid-path=/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \ --lock-path=/var/lock/nginx.lock \
--user=nginx --group=nginx \ --user=nginx --group=nginx \