summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/mmc-utils/mmc-utils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk
index 0b9a6d1419..9aeaf5c69c 100644
--- a/package/mmc-utils/mmc-utils.mk
+++ b/package/mmc-utils/mmc-utils.mk
@@ -13,7 +13,7 @@ define MMC_UTILS_BUILD_CMDS
endef
define MMC_UTILS_INSTALL_TARGET_CMDS
- $(INSTALL) -D -m 0755 $(@D)/mmc $(TARGET_DIR)/usr/bin/mmc
+ $(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud