wok-next rev 12037
linux, linux-libre: do not create $WOK/tmp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 07 09:10:02 2012 +0100 (2012-03-07) |
parents | 423bedaa410f |
children | ca6e8553bf3f |
files | linux-libre/receipt linux/receipt |
line diff
1.1 --- a/linux-libre/receipt Wed Mar 07 05:49:39 2012 +0100 1.2 +++ b/linux-libre/receipt Wed Mar 07 09:10:02 2012 +0100 1.3 @@ -154,6 +154,7 @@ 1.4 rm -f $fs/lib/modules/$VERSION-slitaz/source 1.5 # Check and echo any module in kernel .config that's not added to 1.6 # one of linux-* pkgs 1.7 + export PACKAGE 1.8 $stuff/check_modules.sh 1.9 } 1.10
2.1 --- a/linux/receipt Wed Mar 07 05:49:39 2012 +0100 2.2 +++ b/linux/receipt Wed Mar 07 09:10:02 2012 +0100 2.3 @@ -152,6 +152,7 @@ 2.4 rm -f $fs/lib/modules/$VERSION-slitaz/source 2.5 # Check and echo any module in kernel .config that's not added to 2.6 # one of linux-* pkgs 2.7 + export PACKAGE 2.8 $stuff/check_modules.sh 2.9 } 2.10