wok-4.x rev 9431
dropbear: fix xauth path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 31 12:57:23 2011 +0200 (2011-03-31) |
parents | a25323b13a36 |
children | 492cb54a5624 |
files | dropbear/receipt |
line diff
1.1 --- a/dropbear/receipt Thu Mar 31 03:38:34 2011 +0000 1.2 +++ b/dropbear/receipt Thu Mar 31 12:57:23 2011 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 local DROPBEARS 1.5 DROPBEARS="dropbearkey dropbearconvert dbclient scp" 1.6 cd $src 1.7 - sed -i -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' \ 1.8 + sed -i -e 's|/usr/bin/X11/xauth|/usr/bin/xauth|' \ 1.9 -e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \ 1.10 options.h 1.11 ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&