From 0af3e2658c2d9f47ebf68dbe9c79412d427736d8 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 17 Feb 2012 12:57:56 +0000 Subject: patch.morph: enable submodule support --- patch.morph | 5 +++-- 1 file 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" -- cgit v1.2.1