wok-stable diff linux/stuff/check_modules.sh @ rev 10942
asterisk: store ilbc sources in src cache
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 29 18:16:24 2011 +0200 (2011-08-29) |
parents | 2010b1abc210 |
children |
line diff
1.1 --- a/linux/stuff/check_modules.sh Tue Apr 26 19:47:04 2011 +0000 1.2 +++ b/linux/stuff/check_modules.sh Mon Aug 29 18:16:24 2011 +0200 1.3 @@ -24,7 +24,7 @@ 1.4 for i in $(cd $WOK; ls -d linux-*) 1.5 do 1.6 tazpath="taz/$i-$VERSION" 1.7 - if [ -f $WOK/$i/$tazpath/files.list ]; then 1.8 + if [ ! $(grep -l 'linux-libre' $WOK/$i/receipt) ]; then 1.9 for j in $(cat $WOK/$i/$tazpath/files.list | grep ".ko.gz") 1.10 do 1.11 basename $j >> $WOK/$PACKAGE/tmp/pkgs-modules-"$VERSION".list