File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# # idempotent functions to define if LibreOffice Online has to be compiled
5
5
# # Installation of requirements for Libreoffice Online build only
6
6
# # Download & install LibreOffice Online Sources
7
- cp /usr/local/lib/libPocoCrypto.so.81 /usr/lib/
8
- cp /usr/local/lib/libPocoXML.so.81 /usr/lib/
7
+ cp /usr/local/lib/libPocoCrypto.so.82 /usr/lib/
8
+ cp /usr/local/lib/libPocoXML.so.82 /usr/lib/
9
9
set -e
10
10
SearchGitOpts=' '
11
11
[ -n " ${cool_src_branch} " ] && SearchGitOpts=" ${SearchGitOpts} -b ${cool_src_branch} "
Original file line number Diff line number Diff line change 1
1
set_name =' collabora'
2
2
set_core_regex =' co-2021'
3
- set_online_regex =' ^distro/collabora/co-21-11-1 $'
3
+ set_online_regex =' ^distro/collabora/co-21-11$'
4
4
5
5
# ### LibreOffice parameters ###
6
6
lo_src_repo =' https://github.com/LibreOffice/core.git'
You can’t perform that action at this time.
0 commit comments