compile fix for 2.6
[openwrt.git] / package / iptables / Makefile
index 300ea7f..6e486df 100644 (file)
@@ -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))
This page took 0.021627 seconds and 4 git commands to generate.