From 605b3f4e09f87e3bccb432e1e225d856e47bffaa Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 9 May 2016 13:10:13 +0200 Subject: tests: Add an en_US locale to the test runtime --- tests/make-test-runtime.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/make-test-runtime.sh b/tests/make-test-runtime.sh index 15896f6..d2aeb3b 100755 --- a/tests/make-test-runtime.sh +++ b/tests/make-test-runtime.sh @@ -26,5 +26,11 @@ for i in `sort -u $T`; do cp "$i" ${DIR}/usr/lib/ done +# We copy the C.UTF8 locale and call it en_US. Its a bit of a lie, but +# the real en_US locale is often not available, because its in the +# local archive. +mkdir -p ${DIR}/usr/lib/locale/ +cp -r /usr/lib/locale/C.* ${DIR}/usr/lib/locale/en_US + flatpak build-export --runtime repo ${DIR} rm -rf ${DIR} -- cgit v1.2.1