wok-4.x diff linux/stuff/check_modules.sh @ rev 11129

Up: xz to 5.0.3. Don't use lzma script since it breaks xarchiver from reading .tar.lzma archives.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:47:38 2011 +0000 (2011-10-26)
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	Wed Oct 26 20:47:38 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