wok-next diff linux-libre-mwave/receipt @ rev 15954
Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 23 15:54:50 2014 +0100 (2014-02-23) |
parents | ad59999b3fce |
children |
line diff
1.1 --- a/linux-libre-mwave/receipt Wed Jun 05 16:21:04 2013 +0200 1.2 +++ b/linux-libre-mwave/receipt Sun Feb 23 15:54:50 2014 +0100 1.3 @@ -22,7 +22,7 @@ 1.4 $wanted_stuff/list_modules.sh drivers/char/mwave | while read module; do 1.5 dir=$path/$(dirname $module) 1.6 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.7 - cp -a $_pkg/$path/$module $fs/$dir 1.8 + cp -a $install/$path/$module $fs/$dir 1.9 done 1.10 } 1.11