wok diff compat-wireless/receipt @ rev 2926
linux modules depends on depmod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 07 09:37:08 2009 +0200 (2009-05-07) |
parents | ee6456d289bd |
children |
line diff
1.1 --- a/compat-wireless/receipt Wed Apr 08 11:34:31 2009 +0000 1.2 +++ b/compat-wireless/receipt Thu May 07 09:37:08 2009 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 WEB_SITE="http://wireless.kernel.org/" 1.5 TARBALL="$PACKAGE-old-$VERSION.tar.bz2" 1.6 WGET_URL="${WEB_SITE}download/$PACKAGE-2.6/$TARBALL" 1.7 +DEPENDS="linux" 1.8 BUILD_DEPENDS="lzma" 1.9 PROVIDE="linux-wireless" 1.10 1.11 @@ -53,7 +54,7 @@ 1.12 # Post install/remove commands for Tazpkg. 1.13 post_install() 1.14 { 1.15 - depmod -a -b "$1/" 1.16 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.17 } 1.18 1.19 post_remove()