diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-01-08 00:53:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-01-08 00:53:24 +0000 |
commit | bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73 (patch) | |
tree | 6f71b66c0c611ccbbb5feb24c6dc20a6961f12d7 /package/iptables | |
parent | 6999dd0f420346868c4c33424b826f634ba3d8bc (diff) | |
download | upstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.tar.gz upstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.tar.bz2 upstream-bed47be36c3b1c2faa3c3eb8c878c5f19b42aa73.zip |
more use of the INSTALL_DIR variable
SVN-Revision: 6023
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |