replace lots of manual install commands with INSTALL_* variables
[packages.git] / ipv6 / 6tunnel / Makefile
index 59e6359..d8b92e0 100644 (file)
@@ -43,7 +43,7 @@ define Build/Compile
 endef
 
 define Package/6tunnel/install
-       install -m0755 -d $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
 endef