wok-stable diff ndiswrapper-driver/receipt @ rev 8690
Fix bdep: xfce4-appfinder needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 19:01:42 2011 +0100 (2011-02-17) |
parents | fa103a35bf04 |
children | ed417185c2d3 |
line diff
1.1 --- a/ndiswrapper-driver/receipt Fri Nov 05 18:48:43 2010 +0000 1.2 +++ b/ndiswrapper-driver/receipt Thu Feb 17 19:01:42 2011 +0100 1.3 @@ -53,5 +53,5 @@ 1.4 post_remove() 1.5 { 1.6 echo "Processing post-remove commands..." 1.7 - depmod -a 1.8 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.9 }