wok-4.x rev 9432

dropbear: fix xauth path (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 31 12:59:46 2011 +0200 (2011-03-31)
parents d31445e99c75
children df2e8a2acb97
files dropbear/receipt
line diff
     1.1 --- a/dropbear/receipt	Thu Mar 31 12:57:23 2011 +0200
     1.2 +++ b/dropbear/receipt	Thu Mar 31 12:59:46 2011 +0200
     1.3 @@ -22,8 +22,8 @@
     1.4  	local DROPBEARS
     1.5  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
     1.6  	cd $src
     1.7 -	sed -i  -e 's|/usr/bin/X11/xauth|/usr/bin/xauth|' \
     1.8 -		-e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
     1.9 +	sed -i  -e 's|/usr/.*/xauth|/usr/bin/xauth|' \
    1.10 +		-e 's|/usr/.*/sftp-server|/usr/sbin/sftp-server|' \
    1.11  		options.h
    1.12  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&
    1.13  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&