summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-09 14:13:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-09 14:13:56 +0000
commit9f502081a1c566bfe214ef3e00a2fd1515744053 (patch)
treea139319dd6569c9f1956b2399bddb64ca305ac8f
parenta7214eb7d00074b09fa5b6a4f56a769dca17ca76 (diff)
downloadaports-9f502081a1c566bfe214ef3e00a2fd1515744053.tar.bz2
aports-9f502081a1c566bfe214ef3e00a2fd1515744053.tar.xz
main/dahdi-linux: recompile for new kernel. remove conflicting firmware
The firmware is provided by dahdi-linux package.
-rw-r--r--main/dahdi-linux-grsec/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD
index f021401a..919927a0 100644
--- a/main/dahdi-linux-grsec/APKBUILD
+++ b/main/dahdi-linux-grsec/APKBUILD
@@ -14,7 +14,7 @@ _realname=dahdi-linux
pkgname=${_realname}-${_flavor}
pkgver=2.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Digium Asterisk Hardware Device Interface drivers"
url="http://www.asterisk.org"
license="GPL"
@@ -45,6 +45,7 @@ build() {
|| return 1
make KVERS="${_abi_release}" DYNFS="yes" MODULES_EXTRA="zaphfc" \
DESTDIR="$pkgdir" install
+ rm -r "$pkgdir"/lib/firmware
}
# since we sourced the APKBUILD above we got the dev() function there to