From 1c4a0b9ce301b780a2b2b7f91931571e2d5e29fc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 18 Nov 2017 13:31:03 +0100 Subject: core/icu: repair test suite failure --- core/icu/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/icu/PKGBUILD (limited to 'core') diff --git a/core/icu/PKGBUILD b/core/icu/PKGBUILD new file mode 100644 index 00000000..da71d391 --- /dev/null +++ b/core/icu/PKGBUILD @@ -0,0 +1,7 @@ +# repair testsuite failure: "jour" -> "jours" + +prepare() { + sed -i ' + s/\("\(dans\|il y a\) 0,7 jour\)"/\1"/g + ' icu/source/test/cintltst/crelativedateformattest.c +} -- cgit v1.2.3