[cheese] Correct PACKAGE_LOCALEDIR, bug 666826



commit 0e4a54aae23198ce811fcf14581ec3beeef9dbe9
Author: Jiro Matsuzawa <jmatsuzawa src gnome org>
Date:   Sun Dec 25 11:45:55 2011 +0900

    Correct PACKAGE_LOCALEDIR, bug 666826

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 126eba0..d63689a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ AM_CPPFLAGS = \
 	-DSYSCONFDIR=\""$(sysconfdir)"\" \
 	-DLIBDIR=\""$(libdir)"\" \
 	-DPACKAGE_DATADIR=\""$(pkgdatadir)"\" \
-	-DPACKAGE_LOCALEDIR=\""$(datadir)"\" \
+	-DPACKAGE_LOCALEDIR=\""$(datadir)/locale"\" \
 	-DGNOME_DESKTOP_USE_UNSTABLE_API=1 \
 	-I$(top_builddir) \
 	$(CHEESE_CFLAGS) \



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