Depend on the proper package

This commit is contained in:
Alex D. 2021-06-02 17:52:11 +00:00
parent a160915280
commit 4446a2e795
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template . ../APKBUILD-config.template
pkgver=2021.06.01.07 pkgver=2021.06.02.01
pkgrel=0 pkgrel=0
depends="nginx-mod-http-zip" depends="nginx-mod-http-zip"
checkdepends="nginx" checkdepends="nginx"
@ -25,7 +25,7 @@ seedbox() {
} }
alpine() { alpine() {
install_if="redxen-secret-alpinepkg-httpauth" install_if="redxen-secret-alpinepkg-httpauth-alpine"
_rx_installdir="$_rx_installdir/module" rx_install alpine.conf _rx_installdir="$_rx_installdir/module" rx_install alpine.conf
} }