wok-current diff linux64-autofs/receipt @ rev 15634

Add SpeedCrunch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 09 17:44:36 2013 +0200 (2013-12-09)
parents 051931e905b0
children eb689de65d7e
line diff
     1.1 --- a/linux64-autofs/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/linux64-autofs/receipt	Mon Dec 09 17:44:36 2013 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4      $wanted_stuff/list_modules.sh fs/autofs4 | while read module; do
     1.5      	dir=$path/$(dirname $module)
     1.6      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     1.7 -        cp -a $install/$path/$module $fs/$dir
     1.8 +        cp -a $_pkg/$path/$module $fs/$dir
     1.9      done
    1.10      touch $fs/etc/filesystems
    1.11  }