aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-01-08 00:53:24 +0000
committerNicolas Thill <nico@openwrt.org>2007-01-08 00:53:24 +0000
commitbed47be36c3b1c2faa3c3eb8c878c5f19b42aa73 (patch)
tree6f71b66c0c611ccbbb5feb24c6dc20a6961f12d7 /package/qos-scripts
parent6999dd0f420346868c4c33424b826f634ba3d8bc (diff)
downloadupstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.tar.gz
upstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.tar.bz2
upstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.zip
more use of the INSTALL_DIR variable
SVN-Revision: 6023
Diffstat (limited to 'package/qos-scripts')
-rw-r--r--package/qos-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile
index bb5a9639f1..8124bc7558 100644
--- a/package/qos-scripts/Makefile
+++ b/package/qos-scripts/Makefile
@@ -37,7 +37,7 @@ define Build/Compile
endef
define Package/qos-scripts/install
- mkdir -p $(1)
+ $(INSTALL_DIR) $(1)
$(CP) ./files/* $(1)/
endef