summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-07 08:09:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-07 08:09:41 +0000
commit67513dc7f230d432089567bcc5c344410407a84e (patch)
tree749a16648c8c35361fcb67f255c825c8bc1a175d /core
parent7048093981ee688705d59a12fc9c1250c30f1ff5 (diff)
downloadaports-67513dc7f230d432089567bcc5c344410407a84e.tar.bz2
aports-67513dc7f230d432089567bcc5c344410407a84e.tar.xz
core/linux-grsec: added mkinitfs as a dependency
Diffstat (limited to 'core')
-rw-r--r--core/linux-grsec/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/linux-grsec/APKBUILD b/core/linux-grsec/APKBUILD
index 0c0c447a..73b416b7 100644
--- a/core/linux-grsec/APKBUILD
+++ b/core/linux-grsec/APKBUILD
@@ -4,9 +4,10 @@ _flavor=grsec
pkgname=linux-${_flavor}
pkgver=2.6.29.5
_kernver=2.6.29
-pkgrel=3
+pkgrel=4
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
+depends="mkinitfs"
makedepends="perl installkernel"
_config=${config:-kernelconfig}
install="$pkgname.post-install $pkgname.post-upgrade"