Merge branch 'meson-bindir-fix' into 'master'

build: fix installation dir of glib-gettextize

See merge request GNOME/glib!290
This commit is contained in:
Philip Withnall 2018-09-03 12:10:15 +00:00
commit 6e03a05a9e

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