wok diff linux-libre/receipt @ rev 18372
Add rspamd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 16 18:50:42 2015 +0200 (2015-09-16) |
parents | 051931e905b0 |
children | 1067bb7f1e24 |
line diff
1.1 --- a/linux-libre/receipt Fri Dec 06 10:39:07 2013 +0000 1.2 +++ b/linux-libre/receipt Wed Sep 16 18:50:42 2015 +0200 1.3 @@ -152,6 +152,14 @@ 1.4 # Remove unresolved links 1.5 rm -f $fs/lib/modules/$VERSION-slitaz/build 1.6 rm -f $fs/lib/modules/$VERSION-slitaz/source 1.7 + 1.8 + # Pack all packages with a kernel module 1.9 + for i in $(cd $WOK; grep -l '^WANTED="linux-libre"' */receipt) 1.10 + do 1.11 + [ ! -d "$install/lib/modules/$VERSION-slitaz" ] && return 1 1.12 + cook ${i%/receipt} 1.13 + done 1.14 + 1.15 # Check and echo any module in kernel .config that's not added to 1.16 # one of linux-* pkgs 1.17 export PACKAGE