X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8f52cffc45c740e9e7c41c1457421a877e8af81d..9f45ba57423976f6ce1b5946c1be430d0416f972:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 300ea7fdd..6e486df92 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))