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>2015-03-26 14:35:16 +0000
commitcfd3b299bc51b3355768e665aad33eb805b2f677 (patch)
treefe0ec08c8564452ddb81f4b0baf49cc7c56d3024
parentd78311bd74a9057151530b03f172ee9f7b5c38df (diff)
downloaddefinitions-cfd3b299bc51b3355768e665aad33eb805b2f677.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"