wok-6.x diff linux-wimax/receipt @ rev 8681
Fixed linux and its wanted receipts. Fixed check_modules.sh script. Add linux-speakup.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 20:27:55 2011 +0000 (2011-02-16) |
parents | 03d4663c81fa |
children | d1768332cee0 |
line diff
1.1 --- a/linux-wimax/receipt Sat Jan 22 01:56:16 2011 +0000 1.2 +++ b/linux-wimax/receipt Wed Feb 16 20:27:55 2011 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 export src 1.5 export _pkg 1.6 1.7 - $src/slitaz/list_modules.sh drivers/net/wimax net/wimax | while read module; do 1.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/net/wimax net/wimax | while read module; do 1.9 dir=$path/$(dirname $module) 1.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.11 cp -a $_pkg/$path/$module $fs/$dir 1.12 @@ -39,6 +39,6 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - depmod -a $VERSION-slitaz 1.17 + chroot "$1/" depmod -a $VERSION-slitaz 1.18 } 1.19