summaryrefslogtreecommitdiff
path: root/strata/networking-utils
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-16 15:53:46 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-18 15:28:02 +0000
commite3ba68f6e5c5080a23e9421e6bc72ef7ba868257 (patch)
tree5cbe6afec4d13236b38cdf3eb2f4d194dd9f8eb2 /strata/networking-utils
parent1b62dd60dfaf6fe9e6087fb51e734f2392326433 (diff)
downloaddefinitions-e3ba68f6e5c5080a23e9421e6bc72ef7ba868257.tar.gz
Move ebtables to networking-utils
Makes more sense to have ebtables in networking-utils than in virtualization. Change-Id: Ic71d89b5997f3b5ea020ab2a8d81fe6755df0a87
Diffstat (limited to 'strata/networking-utils')
-rw-r--r--strata/networking-utils/ebtables.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/networking-utils/ebtables.morph b/strata/networking-utils/ebtables.morph
new file mode 100644
index 00000000..a4d9fc76
--- /dev/null
+++ b/strata/networking-utils/ebtables.morph
@@ -0,0 +1,7 @@
+name: ebtables
+kind: chunk
+build-system: manual
+build-commands:
+- make
+install-commands:
+- make install DESTDIR="$DESTDIR" BINDIR="$PREFIX/sbin"