wok rev 13933

linux: typo in check_modules.sh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:24:06 2013 +0100 (2013-01-26)
parents a90735695393
children 9b04d0fc0a89
files linux/stuff/check_modules.sh
line diff
     1.1 --- a/linux/stuff/check_modules.sh	Sat Jan 26 12:16:45 2013 +0100
     1.2 +++ b/linux/stuff/check_modules.sh	Sat Jan 26 12:24:06 2013 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  for i in $(find $_pkg -iname "*.ko.?z")
     1.5  do
     1.6  	basename $i
     1.7 -done > $WOK/$PACKAGE/tmp/originial-"$VERSION".list
     1.8 +done > $WOK/$PACKAGE/tmp/original-"$VERSION".list
     1.9  # compare original .config and pkged modules
    1.10  for i in $(cat $WOK/$PACKAGE/tmp/original-$VERSION.list)
    1.11  do