X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..b6b04d49cd04f6b3a701cd10e95c59b380a14de2:/package/keynote/Makefile?ds=inline diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 38f1f6901..579300407 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