# HG changeset patch # User Pascal Bellard # Date 1204826353 0 # Node ID 98ca9b0019e74f39a77c8927fc2a444abeeb16b1 # Parent 071082ccd56cc8d9daab821cfe869ef25e3d9617 Dropbear: fix xauth path diff -r 071082ccd56c -r 98ca9b0019e7 dropbear/receipt --- a/dropbear/receipt Thu Mar 06 11:46:05 2008 +0100 +++ b/dropbear/receipt Thu Mar 06 17:59:13 2008 +0000 @@ -16,6 +16,7 @@ local DROPBEARS DROPBEARS="dropbearkey dropbearconvert dbclient scp" cd $src + patch -p1 < ../stuff/dropbear-xauth.u ./configure --prefix=/usr $CONFIGURE_ARGS make PROGRAMS="dropbear $DROPBEARS" MULTI=1 install -d -m 755 $PWD/_pkg/usr/sbin diff -r 071082ccd56c -r 98ca9b0019e7 dropbear/stuff/dropbear-xauth.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dropbear/stuff/dropbear-xauth.u Thu Mar 06 17:59:13 2008 +0000 @@ -0,0 +1,7 @@ +--- dropbear-0.50/options.h ++++ dropbear-0.50/options.h +@@ -199,3 +199,3 @@ + #ifndef XAUTH_COMMAND +-#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" ++#define XAUTH_COMMAND "/usr/bin/xauth -q" + #endif