index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/icu/PKGBUILD | 2 |
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 } |