summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-25 10:38:37 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 22:26:16 +0000
commit8e68fabf59b86a10ba4a4e5975e72ba1dc39ad44 (patch)
tree46f02cba671bcb321482c7961acd91aeee57ced5
parentebe143d47fe8177d676a6bb19d3ab3adbb741e52 (diff)
downloadgobject-introspection-8e68fabf59b86a10ba4a4e5975e72ba1dc39ad44.tar.gz
gir.morph: use PREFIX
-rw-r--r--gobject-introspection.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection.morph b/gobject-introspection.morph
index c3c2ba4b..734fbc58 100644
--- a/gobject-introspection.morph
+++ b/gobject-introspection.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "sh autogen.sh --disable-tests"
+ "sh autogen.sh --prefix=\"$PREFIX\" --disable-tests"
]
}