summaryrefslogtreecommitdiffstats
path: root/package/qos-scripts
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-08 00:53:24 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-08 00:53:24 +0000
commit4f53f8d738498892c6a612d27cf6cedbcd4b1d88 (patch)
tree51f9fc4545882754b0dd1fcaa3b7d1865071adbf /package/qos-scripts
parent96a7a82e57cfdd297a059f0b1658908b9cce2e7d (diff)
more use of the INSTALL_DIR variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6023 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bb5a9639f..8124bc755 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