diff options
author | Rene Engelhard <rene@debian.org> | 2017-06-10 11:40:02 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2017-06-10 11:40:02 +0200 |
commit | eb3bcfff0e513c427f1ff69d65d6671f7b4aaab5 (patch) | |
tree | 51e5a07a30735ee8985009387e2c32982810220e | |
parent | 8ab2c4b6807bbdabd2cf72a93e0168220bea79d6 (diff) |
Revert "use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8"
This reverts commit dc141130cde07e6fd2664972d214f2cbbf859f06.
moggi/cloph insist on that it should be en_US.UTF-8 and people should
either just use that or use locale-gen. Will give problems in chroot,
but... *shrugs*
-rw-r--r-- | solenv/gbuild/UITest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk index 42779c8a13ba..67004b29af21 100644 --- a/solenv/gbuild/UITest.mk +++ b/solenv/gbuild/UITest.mk @@ -26,7 +26,7 @@ gb_UITest_GDBTRACE := --gdb gb_UITest__interactive := $(true) endif -gb_UITest_COMMAND := LIBO_LANG=C.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py +gb_UITest_COMMAND := LIBO_LANG=en_US.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py .PHONY : $(call gb_UITest_get_clean_target,%) $(call gb_UITest_get_clean_target,%) : |