wok rev 13577
linux/list_modules.sh: modules.list has moved... (add a warning)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 05 11:28:45 2012 +0100 (2012-11-05) |
parents | 428ce15cd9ff |
children | 1cab0f62aaf1 |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Mon Nov 05 11:23:50 2012 +0100 1.2 +++ b/linux/receipt Mon Nov 05 11:28:45 2012 +0100 1.3 @@ -286,6 +286,7 @@ 1.4 export src 1.5 export _pkg 1.6 mkdir -p $WOK/$PACKAGE/source/tmp 1.7 + # Warning stuff/list_modules.sh must find the generated modules.list 1.8 $stuff/list_modules.sh \ 1.9 $(cat $stuff/modules.list) > $WOK/$PACKAGE/source/tmp/modules.list 1.10 while read module; do