[baobab] Fix the path of the locale dirrectory.



commit 4224595191c1e64846e68699c4b0db0d62be4872
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date:   Thu Jul 4 17:03:05 2013 +0200

    Fix the path of the locale dirrectory.
    
    Acked by Paolo Borelli. For more info please
    refer to:
    https://bugzilla.gnome.org/show_bug.cgi?id=703602

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 25cf0e9..91259ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ NULL =
 
 AM_CPPFLAGS = \
        -DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\"              \
-       -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
+       -DGNOMELOCALEDIR=\""$(localedir)"\"     \
        $(NULL)
 
 bin_PROGRAMS = baobab


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