From bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73 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 SVN-Revision: 6023 --- package/qos-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/qos-scripts/Makefile') 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