wok-next rev 15059
dahdi-linux: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:43:55 2013 +0000 (2013-08-13) |
parents | 8467c43ca437 |
children | fc6d2161ae1b |
files | dahdi-linux/receipt |
line diff
1.1 --- a/dahdi-linux/receipt Tue Aug 13 10:39:24 2013 +0000 1.2 +++ b/dahdi-linux/receipt Tue Aug 13 10:43:55 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Digium Asterisk Hardware Device Interface: kernel modules." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.asterisk.org/" 1.10 WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" 1.11 @@ -27,7 +28,8 @@ 1.12 tazwok cook linux 1.13 fi 1.14 fi 1.15 - make KVERS=$kvers KSRC=$WOK/linux/source/$(ls $WOK/linux/taz) install 1.16 + make KVERS=$kvers KSRC=$WOK/linux/source/$(ls $WOK/linux/taz) \ 1.17 + install 2>&1 | grep -v 'slitaz/modules' 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.