aboutsummaryrefslogtreecommitdiffstats
path: root/package/keynote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/keynote/Makefile')
-rw-r--r--package/keynote/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile
index 38f1f6901d..579300407b 100644
--- a/package/keynote/Makefile
+++ b/package/keynote/Makefile
@@ -61,7 +61,7 @@ define Build/UninstallDev
endef
define Package/keynote/install
- install -d -m0755 $(1)/usr/sbin
+ $(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/
endef