[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - postprocess/CustomTarget_registry.mk

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 10 17:33:53 UTC 2021


 postprocess/CustomTarget_registry.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa093b7a16d5483310146896127952bc8279260e
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Sep 9 12:49:40 2021 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Sep 10 19:33:17 2021 +0200

    [cp] tdf#141791: Drop final slash from STARTCENTER_INFO_URL
    
    For some unclear reason showing the URL doesn't work in Collabora
    Office on macOS when it ends with a slash https://collaboraoffice.com/
    
    Change-Id: Iad0ae55a55b27886bf0eb96e1694353e211e4647
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121842
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 5dc49f597281..5cc5b3e8d624 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -562,7 +562,7 @@ postprocess_main_SED := \
 	-e 's,$${PRODUCTVERSION},$(PRODUCTVERSION),g' \
 	-e 's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \
 	-e 's,$${STARTCENTER_ADDFEATURE_URL},http://extensions.libreoffice.org/,g' \
-	-e 's,$${STARTCENTER_INFO_URL},https://collaboraoffice.com/,g' \
+	-e 's,$${STARTCENTER_INFO_URL},https://collaboraoffice.com,g' \
 	-e 's,$${STARTCENTER_TEMPLREP_URL},http://templates.libreoffice.org/,g' \
 	-e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \
 	-e 's,$${SYSTEM_LIBNUMBERTEXT_DATA},$(SYSTEM_LIBNUMBERTEXT_DATA),g' \


More information about the Libreoffice-commits mailing list