From 68497d96f66450e1effa836397c2d26fce8a3a85 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 22 Mar 2012 14:29:21 +0000 Subject: pkg-config.morph: fix syntax error --- pkg-config.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-config.morph b/pkg-config.morph index 1ea072e..573ee6a 100644 --- a/pkg-config.morph +++ b/pkg-config.morph @@ -3,7 +3,7 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "sed -i -e '/gunzip/s/--stdout/-c/g/' autogen.sh" + "sed -i -e '/gunzip/s/--stdout/-c/g/' autogen.sh", "sh autogen.sh --prefix=\"$PREFIX\"" ] } -- cgit v1.2.1