[banshee] [build] Fix locale used for the generation of translators.xml
- From: Bertrand Lorentz <blorentz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [build] Fix locale used for the generation of translators.xml
- Date: Sun, 4 Oct 2009 16:02:56 +0000 (UTC)
commit 4a1b4be957830f3f3dce1174cecd955dd645dda4
Author: Romain Tartière <romain blogreen org>
Date: Sun Oct 4 17:49:57 2009 +0200
[build] Fix locale used for the generation of translators.xml
"en_US.utf8" is an invalid locale for FreeBSD, "en_US.UTF-8" is valid on
both Linux and FreeBSD (BGO#592587).
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
build/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index 4f4f922..c60a9f6 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -18,7 +18,7 @@ all: $(ALL_TARGETS)
$(TRANSLATOR_EXTRACTOR_ASSEMBLY): TranslatorExtractor.cs
if [ "x$(top_srcdir)" = "x$(top_builddir)" ]; then \
- $(MCS) -out:$@ $< && LC_ALL=en_US.utf8 $(MONO) $@ $(top_builddir)/po > \
+ $(MCS) -out:$@ $< && LC_ALL=en_US.UTF-8 $(MONO) $@ $(top_builddir)/po > \
$(top_srcdir)/src/Core/Banshee.Core/Resources/translators.xml; \
fi;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]