[libreoffice] 01/01: readd the explicit LANG/LC_ALL exports as it otherwise doesn't work for some reason...
Rene Engelhard
rene at moszumanska.debian.org
Sat Jun 10 20:16:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch debian-experimental-5.5
in repository libreoffice.
commit ddad3ffef29ae9d755d734e20b73bd35d8fe9720
Author: Rene Engelhard <rene at debian.org>
Date: Sat Jun 10 22:15:44 2017 +0200
readd the explicit LANG/LC_ALL exports as it otherwise doesn't work for some reason...
---
rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules b/rules
index ded188e..dc1a270 100755
--- a/rules
+++ b/rules
@@ -2041,6 +2041,8 @@ endif
export TMPDIR=$$t; \
export HOME=$$t; \
export SAL_USE_VCLPLUGIN="svp"; \
+ export LANG=en_US.UTF-8; \
+ export LC_ALL=en_US.UTF-8; \
export LOCPATH=$(CURDIR)/locales; \
unset DISPLAY; \
if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git
More information about the Pkg-openoffice-commits
mailing list