From a1156c89c4dcca1d567d722ead3580a00f599390 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 8 Jan 2007 00:53:24 +0000 Subject: more use of the INSTALL_DIR variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6023 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/qos-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/qos-scripts') 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 -- cgit v1.2.3