wok-current diff madwifi/receipt @ rev 2953

Fix: Mitter (category)
author Claudinei Pereira <claudinei@slitaz.org>
date Fri May 08 11:59:03 2009 +0000 (2009-05-08)
parents b608200891c5
children
line diff
     1.1 --- a/madwifi/receipt	Sun Oct 05 14:00:19 2008 +0000
     1.2 +++ b/madwifi/receipt	Fri May 08 11:59:03 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Driver for Atheros-based WLAN cards"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="linux"
     1.9  SOURCE="madwifi-hal-0.10.5.6-r3861-20080903"
    1.10  TARBALL="$SOURCE.tar.gz"
    1.11  WEB_SITE="http://madwifi.org"
    1.12 @@ -47,7 +47,7 @@
    1.13  post_install()
    1.14  {
    1.15  	echo "Processing post-install commands..."
    1.16 -	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
    1.17 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.18  }
    1.19  
    1.20  post_remove()