Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dropbear: Create destination directories before use in install stage.
@ 2011-07-22 11:05 Quotient Remainder
  2011-07-22 11:34 ` Peter Korsgaard
  2011-07-22 15:49 ` [Buildroot] [PATCH v2] " Quotient Remainder
  0 siblings, 2 replies; 5+ messages in thread
From: Quotient Remainder @ 2011-07-22 11:05 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Quotient Remainder <quotientvremainder@gmail.com>
---
 package/dropbear/dropbear.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 6ef5dec..2127096 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -47,6 +47,7 @@ DROPBEAR_DEPENDENCIES += zlib
 endif
 
 define DROPBEAR_INSTALL_TARGET_CMDS
+	mkdir -p $(TARGET_DIR)/usr/bin $(TARGET_DIR)/usr/sbin
 	$(INSTALL) -m 755 $(@D)/dropbearmulti $(TARGET_DIR)/usr/sbin/dropbear
 	for f in $(DROPBEAR_TARGET_BINS); do \
 		ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/$$f ; \
-- 
1.7.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-23  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 11:05 [Buildroot] [PATCH] dropbear: Create destination directories before use in install stage Quotient Remainder
2011-07-22 11:34 ` Peter Korsgaard
2011-07-22 15:33   ` Quotient Remainder
2011-07-23  9:48     ` Peter Korsgaard
2011-07-22 15:49 ` [Buildroot] [PATCH v2] " Quotient Remainder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox