wok diff busybox-pam/receipt @ rev 10699

winetricks: fix genpkg_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 09:26:23 2011 +0200 (2011-05-28)
parents 6f9407bd4ad5
children 79d46277d7f9
line diff
     1.1 --- a/busybox-pam/receipt	Sun Mar 13 09:36:17 2011 +0100
     1.2 +++ b/busybox-pam/receipt	Sat May 28 09:26:23 2011 +0200
     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()