wok diff linux-wireless/receipt @ rev 2934

fix:fotoxx.desktop typo
author Rohit Joshi <jozee@slitaz.org>
date Thu May 07 09:13:43 2009 +0000 (2009-05-07)
parents 5bc6c4ca792e
children 9059daaaa23d
line diff
     1.1 --- a/linux-wireless/receipt	Sat Dec 20 23:37:11 2008 +0100
     1.2 +++ b/linux-wireless/receipt	Thu May 07 09:13:43 2009 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="The Linux kernel wireless modules."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +DEPENDS="linux"
     1.8  WANTED="linux"
     1.9  WEB_SITE="http://www.kernel.org/"
    1.10  DEPENDS="linux-crypto wireless_tools"
    1.11 @@ -31,7 +32,7 @@
    1.12  # Post install/remove commands for Tazpkg.
    1.13  post_install()
    1.14  {
    1.15 -	depmod -a -b "$1/" $VERSION-slitaz
    1.16 + 	chroot "$1/" depmod -a $VERSION-slitaz
    1.17  }
    1.18  
    1.19  post_remove()