diff options
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index e66568d357..6827ad8e26 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -9,7 +9,7 @@ _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=1.8.4 -_mypkgrel=0 +_mypkgrel=1 # verify the kernel version before entering chroot if [ -f ../linux-${_flavor}/APKBUILD ]; then @@ -34,6 +34,7 @@ source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/arch constify.patch" depends="$_kpkg-dev=$_kpkgver" makedepends="linux-${_flavor}-dev iptables-dev bash" +install_if="$_kpkg=$_kpkgver ipt-netflow" _builddir="$srcdir"/ipt-netflow-$_ver prepare() { |