From 644b865649176c3be135ab37beb2f4b35c9ee88b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 16 Feb 2012 16:20:16 +0000 Subject: diffutils.morph: hackery to use submodules --- diffutils.morph | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/diffutils.morph b/diffutils.morph index 527b98e..6e96c54 100644 --- a/diffutils.morph +++ b/diffutils.morph @@ -2,13 +2,14 @@ "name": "diffutils", "kind": "chunk", "configure-commands": [ - "bash bootstrap", - "./configure --prefix=/usr" + "rm .git*", + "bash bootstrap --skip-po", + "./configure --prefix=/usr --disable-nls" ], "build-commands": [ "make" ], "install-commands": [ - "make install" + "make DESTDIR=\"$DESTDIR\" install" ] } -- cgit v1.2.1