summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 11:14:01 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 11:14:01 +0000
commita782048c43ef17c5caf1436c62b2e0da55818a0a (patch)
tree9bb1fd9dc687608d95b201f862b51801de874e50
parent1fed4ee7015b89a1ac4c4a535aeb753e820e4970 (diff)
downloadgnome-common-baserock/morph.tar.gz
Add gnome-common.morph that accepts automake-1.11a.baserock/morph
-rw-r--r--gnome-common.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnome-common.morph b/gnome-common.morph
new file mode 100644
index 0000000..a44de6c
--- /dev/null
+++ b/gnome-common.morph
@@ -0,0 +1,9 @@
+{
+ "name": "gnome-common",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "sed -i -e 's/automake-1.11/automake-1.11a automake-1.11/g' macros2/gnome-autogen.sh",
+ "./autogen.sh --prefix=\"$PREFIX\""
+ ]
+}