diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-18 10:40:00 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-26 00:50:56 +0200 |
commit | a1c3146595f8f6c7b78adfca8388dd35083b4c7f (patch) | |
tree | 18a5e5481d658a18e8ecffe7d329917d40b00f44 /modules/role/files | |
parent | c230c6632aba600c34301e1664a4b16acec050e9 (diff) | |
download | Puppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.tar.gz Puppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.tar.zst Puppet-a1c3146595f8f6c7b78adfca8388dd35083b4c7f.zip |
Patch libreoffice
Diffstat (limited to 'modules/role/files')
-rw-r--r-- | modules/role/files/etherpad/libreoffice_patch.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/role/files/etherpad/libreoffice_patch.diff b/modules/role/files/etherpad/libreoffice_patch.diff new file mode 100644 index 0000000..dbfdf1a --- /dev/null +++ b/modules/role/files/etherpad/libreoffice_patch.diff | |||
@@ -0,0 +1,11 @@ | |||
1 | --- a/LibreOffice.js 2018-06-18 09:54:15.087161212 +0200 | ||
2 | +++ b/LibreOffice.js 2018-06-18 10:33:27.534055021 +0200 | ||
3 | @@ -63,6 +63,7 @@ | ||
4 | '--invisible', | ||
5 | '--nologo', | ||
6 | '--nolockcheck', | ||
7 | + '-env:UserInstallation=file:///tmp/', | ||
8 | '--convert-to', task.type, | ||
9 | task.srcFile, | ||
10 | '--outdir', tmpDir | ||
11 | |||