# HG changeset patch # User Pascal Bellard # Date 1334575479 -7200 # Node ID bff65eb88e5a13946999399e5d98f218f89987af # Parent 28e47db93923146f1465209de9c9fbdd8606010d linux: do not create /tmp diff -r 28e47db93923 -r bff65eb88e5a linux/receipt --- a/linux/receipt Mon Apr 16 13:26:47 2012 +0200 +++ b/linux/receipt Mon Apr 16 13:24:39 2012 +0200 @@ -212,6 +212,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + export PACKAGE VERSION local path cp -a $_pkg/boot $fs # Compress all modules. @@ -245,7 +246,7 @@ sed -i "s|99.98.$KBASEVER-slitaz|$KBASEVER-slitaz|g" $fs/lib/modules/$KBASEVER-slitaz/modules.dep # Check and echo any module in kernel .config that's not added to # one of linux-* pkgs - $stuff/check_modules.sh + $stuff/check_modules.sh } # Pre and post install commands for Tazpkg.