summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-09-19 10:29:40 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-04 18:38:04 +0000
commit343e31bdc537e6212707bfb086f1349df78b36d9 (patch)
treec707ebce240761f2d2e83aa8f5ae92ad0bf0de86
parent860b248472893811ced6e16f41f604bf140ab15c (diff)
downloaddefinitions-343e31bdc537e6212707bfb086f1349df78b36d9.tar.gz
Make the mm-common chunk morphology sensible
-rw-r--r--strata/genivi-demo-platform/mm-common.morph6
1 files changed, 3 insertions, 3 deletions
diff --git a/strata/genivi-demo-platform/mm-common.morph b/strata/genivi-demo-platform/mm-common.morph
index 7bcd2883..4f416e7c 100644
--- a/strata/genivi-demo-platform/mm-common.morph
+++ b/strata/genivi-demo-platform/mm-common.morph
@@ -2,6 +2,6 @@ name: mm-common
kind: chunk
description: Common build files of the GNOME C++ bindings.
build-system: autotools
-install-commands:
-- make install
-- install util/mm-common-prepare "$DESTDIR$PREFIX/bin/mm-common-prepare"
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX"