replace lots of manual install commands with INSTALL_* variables
[openwrt.git] / package / arptables / Makefile
index 7c2f8a9..ac3639a 100644 (file)
@@ -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
 
This page took 0.023175 seconds and 4 git commands to generate.