X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..e7a64765ac6dd0facfa7da5ec053702b8a05fe1f:/package/haserl/Makefile diff --git a/package/haserl/Makefile b/package/haserl/Makefile index 83a7d848f..15b64f783 100644 --- a/package/haserl/Makefile +++ b/package/haserl/Makefile @@ -29,8 +29,8 @@ define Package/haserl endef define Package/haserl/install - install -m0755 -d $(1)/usr/bin - install -m0755 $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/ endef $(eval $(call BuildPackage,haserl))