wok-stable rev 12433

openssh: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 10:43:59 2014 +0200 (2014-06-16)
parents 8262bf9a3072
children f1de57e663eb
files openssh/receipt
line diff
     1.1 --- a/openssh/receipt	Thu Apr 03 07:14:21 2014 +0000
     1.2 +++ b/openssh/receipt	Mon Jun 16 10:43:59 2014 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --sysconfdir=/etc/ssh --without-pam \
     1.6  		--with-privsep-user=nobody --with-privsep-path=/var/run/sshd \
     1.7 -		--libexecdir=/usr/sbin \
     1.8 +		--with-xauth=/usr/bin/xauth --libexecdir=/usr/sbin \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install
    1.12 @@ -41,7 +41,7 @@
    1.13  post_install()
    1.14  {
    1.15  	while read dropbear openssh ; do
    1.16 -		[ -s $dropbear ] || continue
    1.17 +		[ -s $1$dropbear ] || continue
    1.18  		dropbearconvert dropbear openssh $1$dropbear $1$openssh
    1.19  		dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub
    1.20  		dropbearkey -y -f $1$dropbear | grep Fingerprint