wok rev 12300

linux: do not create /tmp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 13:24:39 2012 +0200 (2012-04-16)
parents 28e47db93923
children d4ad0ef4ea38
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Mon Apr 16 13:26:47 2012 +0200
     1.2 +++ b/linux/receipt	Mon Apr 16 13:24:39 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.