wok-6.x diff busybox-pam/receipt @ rev 9865

nagios: fix build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon May 16 21:08:43 2011 +0200 (2011-05-16)
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	Mon May 16 21:08:43 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()