more use of the INSTALL_DIR variable

SVN-Revision: 6023
This commit is contained in:
Nicolas Thill
2007-01-08 00:53:24 +00:00
parent 6999dd0f42
commit bed47be36c
4 changed files with 6 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ define Build/Compile
endef
define Package/qos-scripts/install
mkdir -p $(1)
$(INSTALL_DIR) $(1)
$(CP) ./files/* $(1)/
endef