wok diff linux-memstick/receipt @ rev 7953
Change -j 4 to -j 1 in mono. Need to do this for it to build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 15 15:55:42 2011 +0000 (2011-01-15) |
parents | 5355ffc461cf |
children | 03d4663c81fa |
line diff
1.1 --- a/linux-memstick/receipt Fri Nov 05 15:48:33 2010 +0000 1.2 +++ b/linux-memstick/receipt Sat Jan 15 15:55:42 2011 +0000 1.3 @@ -9,7 +9,6 @@ 1.4 WANTED="linux" 1.5 WEB_SITE="http://www.kernel.org/" 1.6 1.7 - 1.8 # Rules to gen a SliTaz package suitable for Tazpkg. 1.9 genpkg_rules() 1.10 { 1.11 @@ -25,6 +24,12 @@ 1.12 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.13 cp -a $_pkg/$path/$module $fs/$dir 1.14 done 1.15 + 1.16 + for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do 1.17 + if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then 1.18 + rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i 1.19 + fi 1.20 + done 1.21 } 1.22 1.23 # Post install/remove commands for Tazpkg.