X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/20b90a1252334e742bb9b1b4736005e7d8af045f..e2b0a0cc9aa0c95f9eef48c44ffba0ded73a2ea3:/package/qos-scripts/Makefile diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index bb5a9639f..78a8cc256 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 4823 2006-09-23 13:45:49Z nico $ +# $Id$ include $(TOPDIR)/rules.mk @@ -37,7 +37,7 @@ define Build/Compile endef define Package/qos-scripts/install - mkdir -p $(1) + $(INSTALL_DIR) $(1) $(CP) ./files/* $(1)/ endef