summaryrefslogtreecommitdiff
path: root/core/icu/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-18 13:57:25 +0100
committerErich Eckner <git@eckner.net>2017-11-18 13:57:25 +0100
commitc2e4545562b18c56392042f91dcb97a2d078903a (patch)
tree2b624672be4b46bbd17f58baecf622cf430ebdc6 /core/icu/PKGBUILD
parent1c4a0b9ce301b780a2b2b7f91931571e2d5e29fc (diff)
downloadpackages-c2e4545562b18c56392042f91dcb97a2d078903a.tar.xz
core/icu: bugfix
Diffstat (limited to 'core/icu/PKGBUILD')
-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
}