wok-next diff openssh-pam/receipt @ rev 2213

openssh*: --libexecdir=/usr/sbin (no /usr/libexec)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:41:17 2009 +0100 (2009-02-11)
parents d06bc1bc7ba2
children 22ab8eb50d81
line diff
     1.1 --- a/openssh-pam/receipt	Mon Feb 09 09:51:37 2009 +0000
     1.2 +++ b/openssh-pam/receipt	Wed Feb 11 17:41:17 2009 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam \
     1.6  		--with-privsep-user=nobody --with-privsep-path=/var/run/sshd \
     1.7 +		--libexecdir=/usr/sbin \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11 @@ -29,7 +30,7 @@
    1.12  {
    1.13  	mkdir -p $fs/usr/share $fs/etc/init.d $fs/etc/ssh $fs/var/run/sshd
    1.14  	cp -a $_pkg/usr/share/Ssh.bin $fs/usr/share
    1.15 -	cp -a $_pkg/usr/sbin $_pkg/usr/bin $_pkg/usr/libexec $fs/usr
    1.16 +	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
    1.17  	cp -a $_pkg/etc $fs
    1.18  	cp stuff/openssh $fs/etc/init.d
    1.19  }