wok rev 9683

busybox-pam: needs $stuff.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 06 21:20:20 2011 +0000 (2011-05-06)
parents f554e00e7954
children 7b7b3127147e
files busybox-pam/receipt
line diff
     1.1 --- a/busybox-pam/receipt	Fri May 06 21:16:41 2011 +0000
     1.2 +++ b/busybox-pam/receipt	Fri May 06 21:20:20 2011 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  {
     1.5      mkdir -p $fs/bin
     1.6      cp -a $src/busybox-pam $fs/bin/busybox
     1.7 -    cp -a stuff/* $fs
     1.8 +    cp -a $stuff/* $fs
     1.9  }
    1.10  
    1.11  pre_remove()