wok-next diff linux/receipt @ rev 9701

Fixed up the errors from last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 09:40:48 2011 +0000 (2011-05-08)
parents d1768332cee0
children efa076e44811
line diff
     1.1 --- a/linux/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/linux/receipt	Sun May 08 09:40:48 2011 +0000
     1.3 @@ -106,7 +106,7 @@
     1.4      local path
     1.5      cp -a $_pkg/boot $fs
     1.6      # Compress all modules.
     1.7 -    $stuff/gztazmod.sh $_pkg/lib/modules/$VERSION-slitaz
     1.8 +    #$stuff/gztazmod.sh $_pkg/lib/modules/$VERSION-slitaz
     1.9      path=$fs/lib/modules/$VERSION-slitaz/kernel
    1.10      mkdir -p $path
    1.11      cp -a $_pkg/lib/modules/$VERSION-slitaz/mo* \
    1.12 @@ -115,7 +115,7 @@
    1.13      export src
    1.14      export _pkg
    1.15      mkdir $WOK/$PACKAGE/tmp
    1.16 -    $WOK/$PACKA$stuff/list_modules.sh \
    1.17 +    $stuff/list_modules.sh \
    1.18  	$(cat stuff/modules-$VERSION.list) > $WOK/$PACKAGE/tmp/modules.list
    1.19      while read module; do
    1.20      	dir=$(dirname $module)