wok-next diff linux-libre-wireless/receipt @ rev 18285

smbbox: update depends
author Richard Dunbar <mojo@slitaz.org>
date Mon Aug 10 11:38:27 2015 -0400 (2015-08-10)
parents ad59999b3fce
children
line diff
     1.1 --- a/linux-libre-wireless/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux-libre-wireless/receipt	Mon Aug 10 11:38:27 2015 -0400
     1.3 @@ -29,7 +29,7 @@
     1.4  	drivers/staging/sm7xx/sm7xx.ko.gz | 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      for i in $(cat $wanted_stuff/modules-$VERSION.list); do