replace lots of manual install commands with INSTALL_* variables

SVN-Revision: 5624
This commit is contained in:
Felix Fietkau
2006-11-23 00:29:07 +00:00
parent d48cc978a7
commit c2211dc51e
46 changed files with 197 additions and 197 deletions

View File

@@ -70,7 +70,7 @@ define Package/Template
rm -f $(PKG_BUILD_DIR)/.built; \
$(MAKE) $(PKG_BUILD_DIR)/.built; \
fi
install -d -m0755 $(2)
$(INSTALL_DIR) $(2)
$(CP) $(PKG_INSTALL_DIR)/$(1) $(2)/
endef