summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-25 10:38:37 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-03-04 12:43:49 +0000
commit8988db665aa7bcc0d3d2cd38f55abccd33cbd67a (patch)
tree570256809fadf2d7409ea1ac7d2e8e00892b794c
parentd8b91eecd06b90cb2daf29f78b019738f8bccee4 (diff)
downloadgobject-introspection-8988db665aa7bcc0d3d2cd38f55abccd33cbd67a.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"
]
}