wok diff linux-libre-mmc/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents abe27fd0192d
children 03a6791abff6
line diff
     1.1 --- a/linux-libre-mmc/receipt	Tue Mar 15 03:23:44 2011 +0100
     1.2 +++ b/linux-libre-mmc/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.3 @@ -18,14 +18,14 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export _pkg
     1.7 -    $WOK/$WANTED/stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \
     1.8 +    $wanted_stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \
     1.9  	while read module; do
    1.10      	dir=$path/$(dirname $module)
    1.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.12          cp -a $_pkg/$path/$module $fs/$dir
    1.13      done
    1.14  
    1.15 -    for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do
    1.16 +    for i in $(cat $wanted_stuff/modules-$VERSION.list); do
    1.17          if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then
    1.18  	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
    1.19  	fi