[gnome-clocks] Fix the path of the locale dirrectory.



commit 6ff9908dff50de881dda6adca6bc6672753af058
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date:   Thu Jul 4 15:32:41 2013 +0200

    Fix the path of the locale dirrectory.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703602

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c0351d3..2c0efb3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ AM_CPPFLAGS = \
        -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE \
        -DGNOME_DESKTOP_USE_UNSTABLE_API \
        -DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\" \
-       -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+       -DGNOMELOCALEDIR=\""$(localedir)"\" \
        -DDATADIR=\""$(datadir)"\"
 
 AM_VALAFLAGS = \


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