[gnome-clocks] build: fix installation of locale data



commit 4f7366b01ccaad63545a131748edbc13eb83b144
Author: Michael Biebl <biebl debian org>
Date:   Sun Sep 10 14:00:26 2017 +0200

    build: fix installation of locale data
    
    Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875272

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7c87e26..a4a49cc 100644
--- a/meson.build
+++ b/meson.build
@@ -41,7 +41,7 @@ conf.set_quoted('PACKAGE_VERSION', meson.project_version())
 conf.set_quoted('VERSION', meson.project_version())
 conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 conf.set_quoted('DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
-conf.set_quoted('GNOMELOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), '/locale'))
+conf.set_quoted('GNOMELOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
 if have_first_weekday
   conf.set('HAVE__NL_TIME_FIRST_WEEKDAY', '1')
 endif


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