wok-next rev 14659
linux64-btrfs: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 05 21:35:12 2013 +0200 (2013-06-05) |
parents | eb4d1b707754 |
children | 3c0fd3f056c9 |
files | linux64-btrfs/receipt |
line diff
1.1 --- a/linux64-btrfs/receipt Wed Jun 05 21:10:28 2013 +0200 1.2 +++ b/linux64-btrfs/receipt Wed Jun 05 21:35:12 2013 +0200 1.3 @@ -29,7 +29,7 @@ 1.4 done 1.5 touch $fs/etc/filesystems 1.6 1.7 - for i in $(cat $wanted_stuff/modules-$VERSION.list); do 1.8 + for i in $(cat $wanted_stuff/modules*.list); do 1.9 if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then 1.10 rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i 1.11 fi