summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/icu/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/icu/PKGBUILD b/core/icu/PKGBUILD
index da71d391..c13d109a 100644
--- a/core/icu/PKGBUILD
+++ b/core/icu/PKGBUILD
@@ -2,6 +2,6 @@
prepare() {
sed -i '
- s/\("\(dans\|il y a\) 0,7 jour\)"/\1"/g
+ s/\("\(dans\|il y a\) 0,7 jour\)"/\1s"/g
' icu/source/test/cintltst/crelativedateformattest.c
}