wok 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 deb8d82727bb
children 8dc2bc755728
files openssh-pam/receipt openssh/receipt
line diff
     1.1 --- a/openssh-pam/receipt	Wed Feb 11 17:31:38 2009 +0100
     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  }
     2.1 --- a/openssh/receipt	Wed Feb 11 17:31:38 2009 +0100
     2.2 +++ b/openssh/receipt	Wed Feb 11 17:41:17 2009 +0100
     2.3 @@ -17,6 +17,7 @@
     2.4  	cd $src
     2.5  	./configure --prefix=/usr --sysconfdir=/etc/ssh --without-pam \
     2.6  		--with-privsep-user=nobody --with-privsep-path=/var/run/sshd \
     2.7 +		--libexecdir=/usr/sbin \
     2.8  		$CONFIGURE_ARGS &&
     2.9  	make &&
    2.10  	make DESTDIR=$PWD/_pkg install
    2.11 @@ -27,7 +28,7 @@
    2.12  {
    2.13  	mkdir -p $fs/usr/share $fs/etc/init.d $fs/etc/ssh $fs/var/run/sshd
    2.14  	cp -a $_pkg/usr/share/Ssh.bin $fs/usr/share
    2.15 -	cp -a $_pkg/usr/sbin $_pkg/usr/bin $_pkg/usr/libexec $fs/usr
    2.16 +	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
    2.17  	cp -a $_pkg/etc $fs
    2.18  	cp stuff/openssh $fs/etc/init.d
    2.19  }