summaryrefslogtreecommitdiffstats
path: root/package/omap-u-boot-utils/omap-u-boot-utils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/omap-u-boot-utils/omap-u-boot-utils.mk')
-rw-r--r--package/omap-u-boot-utils/omap-u-boot-utils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk
index 10c7a070c0..ad8f430ce6 100644
--- a/package/omap-u-boot-utils/omap-u-boot-utils.mk
+++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk
@@ -15,7 +15,7 @@ endef
define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS
for f in gpsign pserial tagger ucmd ukermit ; do \
- install -m 755 -D $(@D)/$$f $(HOST_DIR)/usr/bin/$$f ; \
+ $(INSTALL) -D -m 755 $(@D)/$$f $(HOST_DIR)/usr/bin/$$f ; \
done
endef
OpenPOWER on IntegriCloud