Merged in [9700] from rcross@amsl.com:

Correct LibreOffice binary name in settings.py.
 - Legacy-Id: 9706
Note: SVN reference [9700] has been migrated to Git commit 2f06e76c69
This commit is contained in:
Henrik Levkowetz 2015-07-09 12:53:54 +00:00
commit 238027bfff

View file

@ -473,7 +473,7 @@ SECR_INTERIM_LISTING_DIR = '/a/www/www6/meeting/interim'
SECR_MAX_UPLOAD_SIZE = 40960000
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
SECR_STATIC_URL = '/secretariat/'
SECR_PPT2PDF_COMMAND = ['/usr/bin/goffice','--headless','--convert-to','pdf','--outdir']
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf','--outdir']
USE_ETAGS=True