[libreoffice] 06/07: we need the LOCPATH export before LANG/LC_ALL

Rene Engelhard rene at moszumanska.debian.org
Thu Jun 15 17:10:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 5ad4d3d52c7fa0211fe18fc0d532f46708217037
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Wed Jun 14 22:42:33 2017 +0200

    we need the LOCPATH export before LANG/LC_ALL
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index ed88142..cba0538 100755
--- a/rules
+++ b/rules
@@ -2050,9 +2050,9 @@ endif
 		export TMPDIR=$$t; \
 		export HOME=$$t; \
 		export SAL_USE_VCLPLUGIN="svp"; \
+		export LOCPATH=$(CURDIR)/debian/locales; \
 		export LANG=en_US.UTF-8; \
 		export LC_ALL=en_US.UTF-8; \
-		export LOCPATH=$(CURDIR)/debian/locales; \
 		if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
 		$(MAKE) -k uicheck || PARALLELISM=1 $(MAKE) uicheck && \
 	rm -rf $$t

-- 
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