diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-28 10:03:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-28 10:03:51 +0200 |
commit | 2d179f5e1b0a048db01ff650ff6e2b58b54a9a76 (patch) | |
tree | 6ad7d88f9ee2839789f4c09f95e9b78934e4bf89 | |
parent | 0afee1611352dac75e41fffd20384d0e63edbe40 (diff) |
ip6tables is a symlink
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 9786d2dc4..1229e93d1 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -46,7 +46,7 @@ iptables-install: ${CP} ${WRKINST}/usr/lib/libxtables.so* ${IDIR_IPTABLES}/usr/lib ${INSTALL_DIR} ${IDIR_IPTABLES}/{usr/lib,etc,usr/sbin} ${INSTALL_DATA} ./files/firewall6.conf ${IDIR_IPTABLES}/etc - ${INSTALL_BIN} ${WRKINST}/usr/sbin/ip6tables ${IDIR_IPTABLES}/usr/sbin + ${CP} ${WRKINST}/usr/sbin/ip6tables ${IDIR_IPTABLES}/usr/sbin ${CP} ${WRKINST}/usr/lib/libip6tc.so* ${IDIR_IPTABLES}/usr/lib iptables-dev-install: |