summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 14:29:21 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-22 14:29:56 +0000
commit68497d96f66450e1effa836397c2d26fce8a3a85 (patch)
treefa73384fe3c22a286e930771f6ca3c9050910c09
parent16b575216974e847baf6dd07505405157e20866c (diff)
downloadpkg-config-68497d96f66450e1effa836397c2d26fce8a3a85.tar.gz
pkg-config.morph: fix syntax error
-rw-r--r--pkg-config.morph2
1 files changed, 1 insertions, 1 deletions
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\""
]
}