mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
build: fix installation dir of glib-gettextize
This commit is contained in:
parent
b2375471cc
commit
44704b7a49
@ -1992,7 +1992,7 @@ if have_sh
|
|||||||
gettexize_conf.set('datadir', glib_datadir)
|
gettexize_conf.set('datadir', glib_datadir)
|
||||||
configure_file(input : 'glib-gettextize.in',
|
configure_file(input : 'glib-gettextize.in',
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : 'bin',
|
install_dir : glib_bindir,
|
||||||
output : 'glib-gettextize',
|
output : 'glib-gettextize',
|
||||||
configuration : gettexize_conf)
|
configuration : gettexize_conf)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user