summaryrefslogtreecommitdiff
path: root/package/iptables
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
commit5a65c76bc3d72ea9f275a3c474d5e308cf367a82 (patch)
tree532919ce0b59163e5e46e2ff396cba0ed68d1ef2 /package/iptables
parentb1044672f81740729faa21b266f2499b3e1e5396 (diff)
remove obsolete SUB_INSTALL stuff.
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index aac6179a0..d9229dc50 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -37,9 +37,7 @@ $(eval $(call PKG_template,IP6TABLES,ip6tables,${PKG_VERSION}-${PKG_RELEASE},${P
CONFIGURE_ARGS+= --enable-devel
-SUB_INSTALL-${ADK_PACKAGE_IP6TABLES}+= ip6tables-install
-
-post-install: ${SUB_INSTALL-m} ${SUB_INSTALL-y}
+post-install:
${INSTALL_DIR} ${IDIR_IPTABLES}/{usr/lib,etc,usr/sbin}
${INSTALL_DATA} ./files/firewall.conf ${IDIR_IPTABLES}/etc
${CP} ${WRKINST}/usr/sbin/iptables* ${IDIR_IPTABLES}/usr/sbin/