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