diff options
Diffstat (limited to 'libreoffice-grammalecte-make.patch')
-rw-r--r-- | libreoffice-grammalecte-make.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libreoffice-grammalecte-make.patch b/libreoffice-grammalecte-make.patch deleted file mode 100644 index 4468199..0000000 --- a/libreoffice-grammalecte-make.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- make.py.old 2016-12-29 11:27:16.000000000 +0100 -+++ make.py 2016-12-29 11:27:32.000000000 +0100 -@@ -81,6 +81,7 @@ - - def getConfig (sLang): - xConfig = configparser.SafeConfigParser() -+ xConfig.optionxform = str - try: - xConfig.read("gc_lang/" + sLang + "/config.ini") - except: |