[glib/glib-gettextize: 2/2] meson: install glib-gettextize to bindir



commit b3da2b4064682fba0cb5072acf7813e12b704cb8
Author: Jan Tojnar <jtojnar gmail com>
Date:   Sun Sep 2 20:36:04 2018 +0200

    meson: install glib-gettextize to bindir

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 9a15e5a51..336e37ca9 100644
--- a/meson.build
+++ b/meson.build
@@ -1960,7 +1960,7 @@ if have_sh
   gettextize_conf.set('datadir', glib_datadir)
   configure_file(input : 'glib-gettextize.in',
     install : true,
-    install_dir : 'bin',
+    install_dir : glib_bindir,
     output : 'glib-gettextize',
     configuration : gettextize_conf)
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]