wok-6.x diff linux-libre-input-touchscreen/receipt @ rev 11960
Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 01 18:08:04 2012 +0100 (2012-03-01) |
parents | d1768332cee0 |
children | 03a6791abff6 |
line diff
1.1 --- a/linux-libre-input-touchscreen/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/linux-libre-input-touchscreen/receipt Thu Mar 01 18:08:04 2012 +0100 1.3 @@ -17,8 +17,8 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $wanted_stuff/list_modules.sh drivers/input/touchscreen \ 1.8 - lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do 1.9 + $wanted_stuff/list_modules.sh drivers/input/touchscreen | \ 1.10 + while read module; do 1.11 dir=$path/$(dirname $module) 1.12 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.13 cp -a $_pkg/$path/$module $fs/$dir