nginx: move to usr/bin.
This commit is contained in:
parent
d146d5b0d5
commit
775737b039
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.8.0
|
||||
revision=2
|
||||
revision=3
|
||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# fake configure run on host
|
||||
|
@ -43,7 +43,7 @@ do_configure() {
|
|||
|
||||
./configure --prefix=${cfgdir} \
|
||||
--conf-path=${cfgdir}/nginx.conf \
|
||||
--sbin-path=/usr/sbin/nginx \
|
||||
--sbin-path=/usr/bin/nginx \
|
||||
--pid-path=/run/nginx.pid \
|
||||
--lock-path=/var/lock/nginx.lock \
|
||||
--user=nginx --group=nginx \
|
||||
|
|
Loading…
Reference in New Issue