summaryrefslogtreecommitdiff
path: root/package/ebtables/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-29 19:45:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-29 19:45:19 +0100
commitb3a54c520195f3cab1109cb90de8179e4dff433f (patch)
tree6728c4cdb14fd18a6b7c040c7d395a2d5603fc74 /package/ebtables/Makefile
parent81b38e16646cc758202b51b5174da63e2e09646a (diff)
add bridging firewall stuff
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r--package/ebtables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 05392d4b9..2a2c7dfe3 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -23,7 +23,9 @@ BUILD_STYLE:= auto
INSTALL_STYLE:= auto
post-install:
+ ${INSTALL_DIR} ${IDIR_EBTABLES}/etc
${INSTALL_DIR} ${IDIR_EBTABLES}/usr/sbin ${IDIR_EBTABLES}/usr/lib
+ ${INSTALL_DATA} ${WRKINST}/etc/ethertypes ${IDIR_EBTABLES}/etc
${INSTALL_BIN} ${WRKINST}/usr/sbin/ebtables ${IDIR_EBTABLES}/usr/sbin
${CP} ${WRKINST}/usr/lib/*.so ${IDIR_EBTABLES}/usr/lib