wok diff linux/receipt @ 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 fbe11f5b74e3
children 37417e21084f
line diff
     1.1 --- a/linux/receipt	Mon Oct 11 02:17:02 2010 +0000
     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