wok-next diff linux-usbip/receipt @ rev 15630
php: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 09:19:03 2013 +0000 (2013-12-09) |
parents | ad59999b3fce |
children | eb689de65d7e |
line diff
1.1 --- a/linux-usbip/receipt Wed Jun 05 16:21:04 2013 +0200 1.2 +++ b/linux-usbip/receipt Mon Dec 09 09:19:03 2013 +0000 1.3 @@ -23,7 +23,7 @@ 1.4 $wanted_stuff/list_modules.sh drivers/staging/usbip | 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