wok diff linux/receipt @ rev 12424

Up: subversion to 1.7.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 21 09:31:06 2012 +0000 (2012-04-21)
parents 2e8cd6aba55c
children 873a0ed5aab7
line diff
     1.1 --- a/linux/receipt	Mon Apr 16 09:42:04 2012 +0200
     1.2 +++ b/linux/receipt	Sat Apr 21 09:31:06 2012 +0000
     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.