summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-16 17:48:23 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-16 17:48:23 +0000
commit08725a9952d5d30415db0f1cef086ce690c53590 (patch)
tree7d6283608c86a406b3884906205e3b6d43d5ab76
parent8be1ebbc52d6eea40a9a8c393a4b2958437650c0 (diff)
downloadtar-08725a9952d5d30415db0f1cef086ce690c53590.tar.gz
tar.morph: add submodule support
-rw-r--r--tar.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/tar.morph b/tar.morph
index 0a183d29..42c4edd5 100644
--- a/tar.morph
+++ b/tar.morph
@@ -2,8 +2,9 @@
"name": "tar",
"kind": "chunk",
"configure-commands": [
- "bash bootstrap",
- "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
+ "rm .git*",
+ "bash bootstrap --skip-po",
+ "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls"
],
"build-commands": [
"make"