build: fix installation dir of glib-gettextize

This commit is contained in:
Rasmus Thomsen 2018-08-31 15:58:38 +02:00 committed by Philip Withnall
parent b8a4754d59
commit f042610c02

View File

@ -1958,7 +1958,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