wok diff pure-ftpd-pam/receipt @ rev 2291

Up: compcache (0.5.1) + typo fix
author Fabrice THIROUX <mimas@slitaz.org>
date Sun Feb 22 11:19:51 2009 +0100 (2009-02-22)
parents 938072585546
children 45b5fc4db4d0
line diff
     1.1 --- a/pure-ftpd-pam/receipt	Mon Feb 09 09:58:01 2009 +0000
     1.2 +++ b/pure-ftpd-pam/receipt	Sun Feb 22 11:19:51 2009 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  	mkdir -p $fs/usr $fs/etc/init.d
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/sbin $fs/usr
     1.7 -	install -g root -o root -m 0755 stuff/pure-ftpd $fs/etc/init.d
     1.8 +	install -g root -o root -m 0755 ../$SOURCE/stuff/pure-ftpd $fs/etc/init.d
     1.9  }
    1.10  
    1.11  post_install()