summaryrefslogtreecommitdiff
path: root/core/icu/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-14 17:00:09 +0200
committerErich Eckner <git@eckner.net>2018-08-14 17:00:09 +0200
commit1823978f0fc5c569ea97e6f3f7a8024f2c45dc0c (patch)
tree7a2f956634541c13c53439b1e53db5eacdeacf1f /core/icu/PKGBUILD
parent50808c38ffbab6dc976180e8bdee81275b86c13e (diff)
downloadpackages-1823978f0fc5c569ea97e6f3f7a8024f2c45dc0c.tar.xz
core/icu: remove obsolete patch
Diffstat (limited to 'core/icu/PKGBUILD')
-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
-}