# HG changeset patch # User Pascal Bellard # Date 1331107802 -3600 # Node ID 41cee386ada1de8c83edb2f5a21a51c7603a8f6e # Parent 423bedaa410fbe9611da95e5ceadee658b9ebb63 linux, linux-libre: do not create $WOK/tmp diff -r 423bedaa410f -r 41cee386ada1 linux-libre/receipt --- a/linux-libre/receipt Wed Mar 07 05:49:39 2012 +0100 +++ b/linux-libre/receipt Wed Mar 07 09:10:02 2012 +0100 @@ -154,6 +154,7 @@ rm -f $fs/lib/modules/$VERSION-slitaz/source # Check and echo any module in kernel .config that's not added to # one of linux-* pkgs + export PACKAGE $stuff/check_modules.sh } diff -r 423bedaa410f -r 41cee386ada1 linux/receipt --- a/linux/receipt Wed Mar 07 05:49:39 2012 +0100 +++ b/linux/receipt Wed Mar 07 09:10:02 2012 +0100 @@ -152,6 +152,7 @@ rm -f $fs/lib/modules/$VERSION-slitaz/source # Check and echo any module in kernel .config that's not added to # one of linux-* pkgs + export PACKAGE $stuff/check_modules.sh }