wok rev 6718

Removed tazpkg genpkg for all wanted linux package since it there are going to be package anyways.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 13:00:07 2010 +0000 (2010-10-14)
parents 18b1c44200fd
children 5b6e682d7c62
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Thu Oct 14 12:40:34 2010 +0000
     1.2 +++ b/linux/receipt	Thu Oct 14 13:00:07 2010 +0000
     1.3 @@ -93,11 +93,6 @@
     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 wanted linux pkgs
     1.8 -    for i in $(cd $WOK; grep -l 'WANTED="linux"$')
     1.9 -    do
    1.10 -    	tazwok genpkg $i
    1.11 -    done
    1.12      # Cook all packages with a kernel module
    1.13      for i in $(cd $WOK; grep -l 'tazwok cook linux$' */receipt)
    1.14      do