* [Buildroot] [PATCH] uboot-tools: fix install commands
@ 2011-12-16 20:08 Henri Bragge
2011-12-17 21:32 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Henri Bragge @ 2011-12-16 20:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Henri Bragge <henri.bragge@gmail.com>
---
package/uboot-tools/uboot-tools.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index e20560a..00592d6 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -13,13 +13,13 @@ endef
ifeq ($(BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE),y)
define UBOOT_TOOLS_INSTALL_MKIMAGE
- install -m 0755 -D $(@D)/tools/mkimage $(TARGET_DIR)/usr/bin
+ $(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(TARGET_DIR)/usr/bin/mkimage
endef
endif
ifeq ($(BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV),y)
define UBOOT_TOOLS_INSTALL_FWPRINTENV
- install -m 0755 -D $(@D)/tools/env/fw_printenv $(TARGET_DIR)/usr/sbin
+ $(INSTALL) -m 0755 -D $(@D)/tools/env/fw_printenv $(TARGET_DIR)/usr/sbin/fw_printenv
ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
endef
endif
@@ -48,7 +48,7 @@ define HOST_UBOOT_TOOLS_BUILD_CMDS
endef
define HOST_UBOOT_TOOLS_INSTALL_CMDS
- install -m 0755 -D $(@D)/tools/mkimage $(HOST_DIR)/usr/bin
+ $(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(HOST_DIR)/usr/bin/mkimage
endef
$(eval $(call GENTARGETS))
--
1.7.8
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] uboot-tools: fix install commands
2011-12-16 20:08 [Buildroot] [PATCH] uboot-tools: fix install commands Henri Bragge
@ 2011-12-17 21:32 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-12-17 21:32 UTC (permalink / raw)
To: buildroot
>>>>> "Henri" == Henri Bragge <henri.bragge@gmail.com> writes:
Henri> Signed-off-by: Henri Bragge <henri.bragge@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-17 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 20:08 [Buildroot] [PATCH] uboot-tools: fix install commands Henri Bragge
2011-12-17 21:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox