wok diff linux64-input-touchscreen/receipt @ rev 15621

broadcom-wl: run xz in compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 08 11:31:53 2013 +0000 (2013-12-08)
parents 051931e905b0
children eb689de65d7e
line diff
     1.1 --- a/linux64-input-touchscreen/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/linux64-input-touchscreen/receipt	Sun Dec 08 11:31:53 2013 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4      while read module; do
     1.5      	dir=$path/$(dirname $module)
     1.6      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     1.7 -        cp -a $install/$path/$module $fs/$dir
     1.8 +        cp -a $_pkg/$path/$module $fs/$dir
     1.9      done
    1.10  
    1.11      for i in $(cat $wanted_stuff/modules.list); do