[glib: 1/2] build: fix installation dir of glib-gettextize
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] build: fix installation dir of glib-gettextize
- Date: Mon, 3 Sep 2018 12:10:30 +0000 (UTC)
commit 44704b7a492fbfd2153571174067cac4300373ef
Author: Rasmus Thomsen <cogitri exherbo org>
Date: Fri Aug 31 15:58:38 2018 +0200
build: fix installation dir of glib-gettextize
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 64f2fcab6..a3c9ad6cc 100644
--- a/meson.build
+++ b/meson.build
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]