summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/icu/PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/icu/PKGBUILD b/core/icu/PKGBUILD
deleted file mode 100644
index c13d109a..00000000
--- a/core/icu/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# repair testsuite failure: "jour" -> "jours"
-
-prepare() {
- sed -i '
- s/\("\(dans\|il y a\) 0,7 jour\)"/\1s"/g
- ' icu/source/test/cintltst/crelativedateformattest.c
-}