wok-stable diff linux/stuff/check_modules.sh @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
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 Mar 04 18:42:23 2019 +0100
     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