wok-next diff linux64-mmc/receipt @ rev 16685
Up slitaz-dev-tools (2.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 19 16:41:37 2014 +0000 (2014-05-19) |
parents | 5ca86f3045d4 |
children | 889f25f00105 |
line diff
1.1 --- a/linux64-mmc/receipt Thu Jan 30 21:56:31 2014 +0100 1.2 +++ b/linux64-mmc/receipt Mon May 19 16:41:37 2014 +0000 1.3 @@ -15,16 +15,16 @@ 1.4 genpkg_rules() 1.5 { 1.6 local path 1.7 - _pkg=$install/linux64 1.8 + install=$install/linux64 1.9 path=lib/modules/$VERSION-slitaz/kernel 1.10 mkdir -p $fs/$path 1.11 export src 1.12 - export _pkg 1.13 + export install 1.14 $wanted_stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.xz drivers/misc/iwmc3200top/iwmc3200top.ko.xz| \ 1.15 while read module; do 1.16 dir=$path/$(dirname $module) 1.17 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.18 - cp -a $_pkg/$path/$module $fs/$dir 1.19 + cp -a $install/$path/$module $fs/$dir 1.20 done 1.21 1.22 for i in $(cat $wanted_stuff/modules.list); do