wok-next rev 6716
Change linux receipt to only rgenpkg WANTED=linux package. This is so linux-api-headers is not repackage again.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 14 12:38:06 2010 +0000 (2010-10-14) |
parents | 39cb6f60c89e |
children | 18b1c44200fd |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Thu Oct 14 17:08:12 2010 +0200 1.2 +++ b/linux/receipt Thu Oct 14 12:38:06 2010 +0000 1.3 @@ -93,8 +93,8 @@ 1.4 # Remove unresolved links 1.5 rm -f $fs/lib/modules/$VERSION-slitaz/build 1.6 rm -f $fs/lib/modules/$VERSION-slitaz/source 1.7 - # Package all linux pkgs 1.8 - for i in $(cd $WOK; ls -d linux-*) 1.9 + # Package all wanted linux pkgs 1.10 + for i in $(cd $WOK; grep -l 'WANTED="linux"$') 1.11 do 1.12 tazwok genpkg $i 1.13 done