replace lots of manual install commands with INSTALL_* variables
[packages.git] / net / ethtool / Makefile
index ff7e6c7..f7b5799 100644 (file)
@@ -40,7 +40,7 @@ define Build/Compile
 endef
 
 define Package/ethtool/install
-       install -d -m0755 $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin
 endef