nginx: remove replaces
This commit is contained in:
parent
d989f4bedc
commit
527990d087
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=6
|
revision=7
|
||||||
makedepends="pcre-devel>=8.30 libressl-devel>=2.1.4 $(vopt_if geoip geoip-devel)"
|
makedepends="pcre-devel>=8.30 libressl-devel>=2.1.4 $(vopt_if geoip geoip-devel)"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# fake configure run on host
|
# fake configure run on host
|
||||||
|
@ -32,7 +32,6 @@ checksum=b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18
|
||||||
|
|
||||||
build_options="systemd geoip"
|
build_options="systemd geoip"
|
||||||
build_options_default="geoip"
|
build_options_default="geoip"
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local cfgdir=/etc/nginx
|
local cfgdir=/etc/nginx
|
||||||
|
|
Loading…
Reference in a new issue