summaryrefslogtreecommitdiffstats
path: root/package/robocfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/robocfg/Makefile')
-rw-r--r--package/robocfg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/robocfg/Makefile b/package/robocfg/Makefile
index c0e7e2c21..8538abfcf 100644
--- a/package/robocfg/Makefile
+++ b/package/robocfg/Makefile
@@ -31,8 +31,8 @@ define Build/Prepare
endef
define Package/robocfg/install
- install -d -m0755 $(1)/sbin
- install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
+ $(INSTALL_DIR) $(1)/sbin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
endef
$(eval $(call BuildPackage,robocfg))