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/iptables/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/iptables/Makefile') diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 300ea7fdd0..6e486df925 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -241,7 +241,8 @@ define BuildPlugin $$(eval $$(call BuildPackage,$(1))) endef -L7_INSTALL:=mkdir -p $$(1)/etc/l7-protocols; \ +L7_INSTALL:=\ + $(INSTALL_DIR) $$(1)/etc/l7-protocols; \ $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/ $(eval $(call BuildPackage,iptables)) -- cgit v1.2.3