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 | a1156c89c4dcca1d567d722ead3580a00f599390 (patch) | |
tree | 51f9fc4545882754b0dd1fcaa3b7d1865071adbf /package/iptables | |
parent | e9b2fe8f02e861bfacea2688851d72347661c88e (diff) | |
download | master-187ad058-a1156c89c4dcca1d567d722ead3580a00f599390.tar.gz master-187ad058-a1156c89c4dcca1d567d722ead3580a00f599390.tar.bz2 master-187ad058-a1156c89c4dcca1d567d722ead3580a00f599390.zip |
more use of the INSTALL_DIR variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6023 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |