aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/dahdi-linux-grsec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dahdi-linux-grsec/APKBUILD b/extra/dahdi-linux-grsec/APKBUILD
index 48327be73a..6aa684043c 100644
--- a/extra/dahdi-linux-grsec/APKBUILD
+++ b/extra/dahdi-linux-grsec/APKBUILD
@@ -4,8 +4,8 @@
4_flavor=grsec 4_flavor=grsec
5 5
6# source the kernel version 6# source the kernel version
7if [ -f ../linux-${_flavor}/APKBUILD ]; then 7if [ -f ../../core/linux-${_flavor}/APKBUILD ]; then
8 . ../linux-${_flavor}/APKBUILD 8 . ../../core/linux-${_flavor}/APKBUILD
9fi 9fi
10 10
11_abi_release=${pkgver:-2.6.29.5}-${_flavor} 11_abi_release=${pkgver:-2.6.29.5}-${_flavor}
@@ -13,7 +13,7 @@ _realname=dahdi-linux
13 13
14pkgname=${_realname}-${_flavor} 14pkgname=${_realname}-${_flavor}
15pkgver=2.2.0 15pkgver=2.2.0
16pkgrel=2 16pkgrel=3
17pkgdesc="Digium Asterisk Hardware Device Interface drivers" 17pkgdesc="Digium Asterisk Hardware Device Interface drivers"
18url="http://www.asterisk.org" 18url="http://www.asterisk.org"
19license="GPL" 19license="GPL"