From 08725a9952d5d30415db0f1cef086ce690c53590 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 16 Feb 2012 17:48:23 +0000 Subject: tar.morph: add submodule support --- tar.morph | 5 +++-- 1 file 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" -- cgit v1.2.1