wok diff linux-libre/receipt @ rev 18030

Up: cookutils, cookutils-daemon (729).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 08 11:52:32 2015 +0300 (2015-05-08)
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	Fri May 08 11:52:32 2015 +0300
     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