[gdm: 1/2] meson: Fix localedir summary




commit 0643d4119d43aa7fe9c20d242c297841706ec343
Author: Matt Turner <mattst88 gmail com>
Date:   Thu Apr 29 23:15:50 2021 -0400

    meson: Fix localedir summary
    
    In the commit mentioned below, the actual setting was fixed but the
    summary was forgotten.
    
    Fixes: 5d5bc0f4 ("meson: Fix location of locale directory")

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index e6fcf4b8b..0266a938e 100644
--- a/meson.build
+++ b/meson.build
@@ -295,7 +295,7 @@ summary({
     'GDM Runtime config': gdm_runtime_conf,
     'GDM Session default path': get_option('default-path'),
     'GDM Working dir': working_dir,
-    'GNOME locale': gdm_prefix / get_option('datadir') / get_option('localedir'),
+    'GNOME locale': gdm_prefix / get_option('localedir'),
     'GNOME Settings Daemon': gnome_settings_daemon_dir,
     'AT SPI registryd': at_spi_registryd_dir,
     'Lang config file': lang_config_file,


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