wok diff linux/receipt @ rev 12305

remove linux64-toshiba
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 17 10:02:09 2012 +0200 (2012-04-17)
parents 2e8cd6aba55c
children 873a0ed5aab7
line diff
     1.1 --- a/linux/receipt	Mon Apr 16 09:42:04 2012 +0200
     1.2 +++ b/linux/receipt	Tue Apr 17 10:02:09 2012 +0200
     1.3 @@ -212,6 +212,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 +    export PACKAGE VERSION
     1.8      local path
     1.9      cp -a $_pkg/boot $fs
    1.10      # Compress all modules.
    1.11 @@ -245,7 +246,7 @@
    1.12      sed -i "s|99.98.$KBASEVER-slitaz|$KBASEVER-slitaz|g" $fs/lib/modules/$KBASEVER-slitaz/modules.dep
    1.13      # Check and echo any module in kernel .config that's not added to 
    1.14      # one of linux-* pkgs
    1.15 -	$stuff/check_modules.sh 
    1.16 +    $stuff/check_modules.sh 
    1.17  }
    1.18  
    1.19  # Pre and post install commands for Tazpkg.