X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/edbff74dc9b1fae128b7738960d9a0c8058b5bea..28398504ad0bb396806c5499248e3a947851333e:/package/arptables/Makefile?ds=sidebyside diff --git a/package/arptables/Makefile b/package/arptables/Makefile index 7c2f8a9dd..ac3639a0f 100644 --- a/package/arptables/Makefile +++ b/package/arptables/Makefile @@ -36,7 +36,7 @@ define Build/Compile endef define Package/arptables/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ endef