add kernel_headers dependency on target/linux/generic-2.*
[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.017688 seconds and 4 git commands to generate.