wok-current diff linux64-sched/receipt @ rev 16812
itstool: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 10 09:44:21 2014 +0200 (2014-07-10) |
parents | 5ca86f3045d4 |
children | 889f25f00105 |
line diff
1.1 --- a/linux64-sched/receipt Thu Jan 30 21:56:31 2014 +0100 1.2 +++ b/linux64-sched/receipt Thu Jul 10 09:44:21 2014 +0200 1.3 @@ -15,17 +15,17 @@ 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 1.12 export src 1.13 - export _pkg 1.14 + export install 1.15 1.16 $wanted_stuff/list_modules.sh net/sched | while read module; do 1.17 dir=$path/$(dirname $module) 1.18 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.19 - cp -a $_pkg/$path/$module $fs/$dir 1.20 + cp -a $install/$path/$module $fs/$dir 1.21 done 1.22 } 1.23