summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-05-29 11:13:25 +0200
committerOndrej Holy <oholy@redhat.com>2018-05-29 16:19:17 +0200
commit08722eeb9f648c9bbcb47fddd2fe2d7abc1a0b34 (patch)
tree8288286607909ecab5d4f236b9f423754ad36288
parent0b8ec2207947e5e80034eb49e5fa921ee0127aef (diff)
downloadgvfs-wip/oholy/gitlab-ci.tar.gz
Use gio-querymodules-64wip/oholy/gitlab-ci
-rw-r--r--meson_post_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_post_install.py b/meson_post_install.py
index d9cc6f4a..c1ffb8b5 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -9,4 +9,4 @@ if not os.environ.get('DESTDIR'):
subprocess.call(['glib-compile-schemas', sys.argv[1]])
print('GIO module cache creation...')
- subprocess.call(['gio-querymodules', sys.argv[2]])
+ subprocess.call(['gio-querymodules-64', sys.argv[2]])