main/dahdi-linux-grsec: fix location for kernel apkbuild

This commit is contained in:
Natanael Copa 2009-07-24 11:06:24 +00:00
parent cd2f6d8e6a
commit 4cccccc656

View File

@ -4,8 +4,8 @@
_flavor=grsec
# source the kernel version
if [ -f ../../core/linux-${_flavor}/APKBUILD ]; then
. ../../core/linux-${_flavor}/APKBUILD
if [ -f ../linux-${_flavor}/APKBUILD ]; then
. ../linux-${_flavor}/APKBUILD
fi
_abi_release=${pkgver:-2.6.29.5}-${_flavor}