summaryrefslogtreecommitdiffstats
path: root/libreoffice-grammalecte-make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice-grammalecte-make.patch')
-rw-r--r--libreoffice-grammalecte-make.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libreoffice-grammalecte-make.patch b/libreoffice-grammalecte-make.patch
new file mode 100644
index 0000000..4468199
--- /dev/null
+++ b/libreoffice-grammalecte-make.patch
@@ -0,0 +1,10 @@
+--- 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: