build: fix installation dir of glib-gettextize

This commit is contained in:
Rasmus Thomsen
2018-08-31 15:58:38 +02:00
parent b2375471cc
commit 44704b7a49

View File

@@ -1992,7 +1992,7 @@ if have_sh
gettexize_conf.set('datadir', glib_datadir)
configure_file(input : 'glib-gettextize.in',
install : true,
install_dir : 'bin',
install_dir : glib_bindir,
output : 'glib-gettextize',
configuration : gettexize_conf)
endif