From c2e4545562b18c56392042f91dcb97a2d078903a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 18 Nov 2017 13:57:25 +0100 Subject: core/icu: bugfix --- core/icu/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/icu/PKGBUILD') 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 } -- cgit v1.2.3-54-g00ecf