wok diff linux-libre-reiserfs/receipt @ rev 15760

busybox-boot: do not trust args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 05 16:11:29 2014 +0000 (2014-01-05)
parents ad59999b3fce
children 9e01bc6321ea
line diff
     1.1 --- a/linux-libre-reiserfs/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux-libre-reiserfs/receipt	Sun Jan 05 16:11:29 2014 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4      $wanted_stuff/list_modules.sh fs/reiserfs | 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      touch $fs/etc/filesystems
    1.11  }