summaryrefslogtreecommitdiff
path: root/strata/core/patch.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-26 16:48:03 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-26 16:48:03 +0000
commitc4dfc1300794428193c57f3b2a50220a2fd99db4 (patch)
tree4dea683acad508acc0d5b8ef7fc6ec4809a42d75 /strata/core/patch.morph
parentd1b2ab6ebae309e2f3505d8eaad7c311ae8e61fd (diff)
downloaddefinitions-c4dfc1300794428193c57f3b2a50220a2fd99db4.tar.gz
Morph build f4ffc625556b4d67b90e3a5f7d62167d
System branch: master
Diffstat (limited to 'strata/core/patch.morph')
-rw-r--r--strata/core/patch.morph10
1 files changed, 3 insertions, 7 deletions
diff --git a/strata/core/patch.morph b/strata/core/patch.morph
index 01d977c4..b7f146ef 100644
--- a/strata/core/patch.morph
+++ b/strata/core/patch.morph
@@ -1,9 +1,5 @@
name: patch
kind: chunk
-configure-commands:
-- bash bootstrap --skip-po
-- ./configure --prefix="$PREFIX" --disable-nls
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
+build-system: autotools
+pre-configure-commands:
+- ./bootstrap --skip-po