summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-17 12:57:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-17 12:57:56 +0000
commit0af3e2658c2d9f47ebf68dbe9c79412d427736d8 (patch)
tree21ff3c7c643b6e2291f9a42fe73901cb0d1d764a
parent33cc1c6fda6e72a7bae1401e9b2cec495a4d3ff1 (diff)
downloadpatch-0af3e2658c2d9f47ebf68dbe9c79412d427736d8.tar.gz
patch.morph: enable submodule support
-rw-r--r--patch.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/patch.morph b/patch.morph
index 7a93635..46154ac 100644
--- a/patch.morph
+++ b/patch.morph
@@ -2,8 +2,9 @@
"name": "patch",
"kind": "chunk",
"configure-commands": [
- "bash bootstrap",
- "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
+ "rm .git*",
+ "bash bootstrap --skip-po",
+ "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls"
],
"build-commands": [
"make"