diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-07-27 19:07:21 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-07-27 14:40:54 -0400 |
commit | 8b26a23fc74eb54775688436116c92888a301477 (patch) | |
tree | babef03acf112d345c974ed2c7ad2243f29a94b4 /tools/g-ir-scanner.in | |
parent | 6937ba22b391347687b97cdb81e01b4ac2cab23b (diff) | |
download | gobject-introspection-8b26a23fc74eb54775688436116c92888a301477.tar.gz |
Fix broken DATADIR definition after config.py was killedGOBJECT_INTROSPECTION_1_29_16
https://bugzilla.gnome.org/show_bug.cgi?id=655437
Diffstat (limited to 'tools/g-ir-scanner.in')
-rwxr-xr-x | tools/g-ir-scanner.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/g-ir-scanner.in b/tools/g-ir-scanner.in index 6f2b83e5..f709683c 100755 --- a/tools/g-ir-scanner.in +++ b/tools/g-ir-scanner.in @@ -23,7 +23,7 @@ import os import sys import __builtin__ -__builtin__.__dict__['DATADIR'] = "@pkgdatadir@" +__builtin__.__dict__['DATADIR'] = "@datarootdir@" if 'GI_SCANNER_DEBUG' in os.environ: def on_exception(exctype, value, tb): |