summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-02 17:10:16 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-02 17:10:16 +0000
commita6bcdf864967dab319f810d1754cb809fe85107c (patch)
treeccc44e02051c2d8f29fcfdbd5db0725a9f08eafe
parentb07bf81ba45c188bad2df26917ee3234ee3a72a3 (diff)
downloaddefinitions-baserock/pedroalvarez/ebtables-fix.tar.gz
Install ebtables in /usr/sbinbaserock/pedroalvarez/ebtables-fix
-rw-r--r--strata/virtualization/ebtables.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/virtualization/ebtables.morph b/strata/virtualization/ebtables.morph
index 8be1b4f2..a4d9fc76 100644
--- a/strata/virtualization/ebtables.morph
+++ b/strata/virtualization/ebtables.morph
@@ -4,4 +4,4 @@ build-system: manual
build-commands:
- make
install-commands:
-- make install DESTDIR="$DESTDIR" BINDIR="$DESDIR"/sbin
+- make install DESTDIR="$DESTDIR" BINDIR="$PREFIX/sbin"