wok diff openssh-pam/receipt @ rev 3264

audacity: Fix build (--without-ffmpeg)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 01 23:19:50 2009 +0200 (2009-06-01)
parents 05bf8fea0033
children a975000773d0
line diff
     1.1 --- a/openssh-pam/receipt	Wed Feb 11 17:41:17 2009 +0100
     1.2 +++ b/openssh-pam/receipt	Mon Jun 01 23:19:50 2009 +0200
     1.3 @@ -32,6 +32,6 @@
     1.4  	cp -a $_pkg/usr/share/Ssh.bin $fs/usr/share
     1.5  	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/etc $fs
     1.7 -	cp stuff/openssh $fs/etc/init.d
     1.8 +	cp ../$SOURCE/stuff/openssh $fs/etc/init.d
     1.9  }
    1.10