Skip to content
Snippets Groups Projects
Commit 764347e0 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

build the transitional iptables-extra meta-package too (port of changeset:2558)

SVN-Revision: 2609
parent 4245da91
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,9 @@ $(IPKG_IPTABLES):
$(RSTRIP) $(IDIR_IPTABLES)
$(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR)
$(IPKG_IPTABLES_EXTRA):
$(IPKG_BUILD) $(IDIR_IPTABLES_EXTRA) $(PACKAGE_DIR)
$(IPKG_IPTABLES_UTILS):
install -d -m0755 $(IDIR_IPTABLES_UTILS)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(IDIR_IPTABLES_UTILS)/usr/sbin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment