wok rev 9640
Fixed last commit.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 26 19:48:46 2011 +0000 (2011-04-26) |
parents | 2010b1abc210 |
children | 3a51d8de6d09 |
files | linux/stuff/check_modules.sh |
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 Tue Apr 26 19:48:46 2011 +0000 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