summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"