wok-stable diff atl2/receipt @ rev 2971

gegl: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 10 00:02:45 2009 +0200 (2009-05-10)
parents 5f44a3f5127a
children
line diff
     1.1 --- a/atl2/receipt	Sat Oct 04 12:16:12 2008 +0000
     1.2 +++ b/atl2/receipt	Sun May 10 00:02:45 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()