wok-6.x diff linux64-hfsplus/receipt @ rev 16683
Prepa for 5.0-rc2
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 19 10:49:31 2014 +0200 (2014-05-19) |
parents | 5ca86f3045d4 |
children | 889f25f00105 |
line diff
1.1 --- a/linux64-hfsplus/receipt Thu Jan 30 21:56:31 2014 +0100 1.2 +++ b/linux64-hfsplus/receipt Mon May 19 10:49:31 2014 +0200 1.3 @@ -16,15 +16,15 @@ 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 $fs/etc 1.11 export src 1.12 - export _pkg 1.13 + export install 1.14 $wanted_stuff/list_modules.sh fs/hfsplus | while read module; do 1.15 dir=$path/$(dirname $module) 1.16 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.17 - cp -a $_pkg/$path/$module $fs/$dir 1.18 + cp -a $install/$path/$module $fs/$dir 1.19 done 1.20 touch $fs/etc/filesystems 1.21 }