[Libreoffice-commits] core.git: instsetoo_native/util
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon Nov 25 04:45:15 PST 2013
instsetoo_native/util/openoffice.lst.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 3251450cbdc515cc2e14bfea06a57f75feb7d05c
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon Nov 25 13:41:09 2013 +0100
--with-lang=ALL build exceeds maximum # of files in CAB
so don't limit the installer to one single file, but use 2 instead
Change-Id: I6fb22d217e1afe71143f0b3a5999e54eec190ddd
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 0b2344d..0e323a7 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -71,6 +71,7 @@ LibreOffice
STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
STARTCENTER_HIDE_EXTERNAL_LINKS 0
+ CABFILENUMBER 2
}
active 1
compression 5
@@ -124,6 +125,7 @@ LibreOffice_Dev
STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
STARTCENTER_HIDE_EXTERNAL_LINKS 0
+ CABFILENUMBER 2
}
active 1
compression 5
More information about the Libreoffice-commits
mailing list