wok diff atl2/receipt @ rev 2967

Up: rsync (3.0.6)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat May 09 18:39:24 2009 +0200 (2009-05-09)
parents 5f44a3f5127a
children
line diff
     1.1 --- a/atl2/receipt	Sat Oct 04 12:16:12 2008 +0000
     1.2 +++ b/atl2/receipt	Sat May 09 18:39:24 2009 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Driver for the Atheros L2"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="linux"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://atl2.sf.net/"
    1.11  WGET_URL="http://people.redhat.com/csnook/atl2/atl2-2.0.4.tar.bz2"
    1.12 @@ -40,7 +40,7 @@
    1.13  # Post install/remove commands for Tazpkg.
    1.14  post_install()
    1.15  {
    1.16 -	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
    1.17 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.18  }
    1.19  
    1.20  post_remove()