summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/icu/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
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
+}