# HG changeset patch # User Pascal Bellard # Date 1301569186 -7200 # Node ID 492cb54a56243c4807f44f7d8a271f0c2fdf46b4 # Parent d31445e99c75d59aa999c2d2a84e3f8c90a1cd42 dropbear: fix xauth path (again) diff -r d31445e99c75 -r 492cb54a5624 dropbear/receipt --- a/dropbear/receipt Thu Mar 31 12:57:23 2011 +0200 +++ b/dropbear/receipt Thu Mar 31 12:59:46 2011 +0200 @@ -22,8 +22,8 @@ local DROPBEARS DROPBEARS="dropbearkey dropbearconvert dbclient scp" cd $src - sed -i -e 's|/usr/bin/X11/xauth|/usr/bin/xauth|' \ - -e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \ + sed -i -e 's|/usr/.*/xauth|/usr/bin/xauth|' \ + -e 's|/usr/.*/sftp-server|/usr/sbin/sftp-server|' \ options.h ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&