[baobab: 1/2] Fix the path of the locale dirrectory.



commit 91d82d1764592fb0513e0f578a334c25715737e6
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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 25cf0e9..144e31e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
 NULL =
 
 AM_CPPFLAGS = \
-       -DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\"              \
-       -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
+       -DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\"  \
+       -DGNOMELOCALEDIR=\""$(localedir)"\"         \
        $(NULL)
 
 bin_PROGRAMS = baobab


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