# HG changeset patch # User Christopher Rogers # Date 1287061207 0 # Node ID 37417e21084fa97dfedefe58c6da4078f182adde # Parent 18b1c44200fd0fd5452b05a07226f351ad3267cd Removed tazpkg genpkg for all wanted linux package since it there are going to be package anyways. diff -r 18b1c44200fd -r 37417e21084f linux/receipt --- a/linux/receipt Thu Oct 14 12:40:34 2010 +0000 +++ b/linux/receipt Thu Oct 14 13:00:07 2010 +0000 @@ -93,11 +93,6 @@ # Remove unresolved links rm -f $fs/lib/modules/$VERSION-slitaz/build rm -f $fs/lib/modules/$VERSION-slitaz/source - # Package all wanted linux pkgs - for i in $(cd $WOK; grep -l 'WANTED="linux"$') - do - tazwok genpkg $i - done # Cook all packages with a kernel module for i in $(cd $WOK; grep -l 'tazwok cook linux$' */receipt) do