diff --git a/grep-locale.patch b/grep-locale.patch deleted file mode 100644 index 5698f16..0000000 --- a/grep-locale.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- igerman98-20151222/bin/hunspell-capmain.orig 2016-04-01 17:36:32.497611769 +0200 -+++ igerman98-20151222/bin/hunspell-capmain 2016-04-01 17:36:37.473620960 +0200 -@@ -1,7 +1,7 @@ - #!/bin/sh --LC_ALL=C -+LC_ALL=en_US.iso885915 - # try setting LANG=de_DE and see how much glibc sucks here... --LANG=C -+LANG=en_US.iso885915 - set -x - - INFILE=$1 ---- igerman98-20151222/Makefile.orig 2016-04-01 18:07:44.910063554 +0200 -+++ igerman98-20151222/Makefile 2016-04-01 18:08:22.191131148 +0200 -@@ -116,8 +116,8 @@ - # (like for de_DE) would be used, we don't need that anyway. See - # http://mail.nl.linux.org/linux-utf8/2003-11/msg00041.html - --LANG=C --LC_ALL=C -+LANG=en_US.iso885915 -+LC_ALL=en_US.iso885915 - LC_COLLATE=C - -