[Buildroot] svn commit: trunk/buildroot/package/dropbear

jacmet at uclibc.org jacmet at uclibc.org
Mon Jun 30 13:35:15 UTC 2008


Author: jacmet
Date: 2008-06-30 06:35:14 -0700 (Mon, 30 Jun 2008)
New Revision: 22575

Log:
dropbear: look for xauth in /usr/bin

The xauth package installs into /usr/bin, so look for it there.


Modified:
   trunk/buildroot/package/dropbear/dropbear.mk


Changeset:
Modified: trunk/buildroot/package/dropbear/dropbear.mk
===================================================================
--- trunk/buildroot/package/dropbear/dropbear.mk	2008-06-30 13:30:21 UTC (rev 22574)
+++ trunk/buildroot/package/dropbear/dropbear.mk	2008-06-30 13:35:14 UTC (rev 22575)
@@ -20,6 +20,7 @@
 	$(DROPBEAR_CAT) $(DL_DIR)/$(DROPBEAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(DROPBEAR_DIR) package/dropbear/ dropbear\*.patch
 	$(SED) 's,^/\* #define DROPBEAR_MULTI.*,#define DROPBEAR_MULTI,g' $(DROPBEAR_DIR)/options.h
+	$(SED) 's,^#define XAUTH_COMMAND.*/xauth,#define XAUTH_COMMAND "/usr/bin/xauth,g' $(DROPBEAR_DIR)/options.h
 	$(CONFIG_UPDATE) $(DROPBEAR_DIR)
 	touch $@
 




More information about the buildroot mailing list