summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-09-19 10:29:40 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-09-19 10:29:40 +0000
commit5d253d7767a79b03c1d8ea4d06bce7829be3c392 (patch)
tree6716291406193087d2f94334337cfbe2505683eb
parent2f00a2ac77c261cbded241a9922f8379ef47d4f1 (diff)
downloaddefinitions-5d253d7767a79b03c1d8ea4d06bce7829be3c392.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"