[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-5-2+backports' - postprocess/CustomTarget_signing.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 24 18:37:19 UTC 2018


 postprocess/CustomTarget_signing.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 82f09101c86b2a6f09ccf770becf66556150ecda
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Tue May 9 13:23:59 2017 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jul 24 18:56:46 2018 +0200

    cannot sign read-only files, so u+w the redistributables
    
    Change-Id: I5290d2093555d00e7b7cd4e21098d54af58ee6b8
    (cherry picked from commit 5e062501eb6c3abe5219777fd9267702689785c7)

diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk
index 1d7193cc517c..61336f40ac00 100644
--- a/postprocess/CustomTarget_signing.mk
+++ b/postprocess/CustomTarget_signing.mk
@@ -32,6 +32,7 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
 	EXCLUDELIST=$(shell $(gb_MKTEMP)) && \
 	cat $(SRCDIR)/postprocess/signing/no_signing.txt > $$EXCLUDELIST && \
 	echo "$(foreach lib,$(gb_MERGEDLIBS),$(call gb_Library_get_filename,$(lib)))" | tr ' ' '\n' >> $$EXCLUDELIST && \
+	chmod u+w $(foreach lib,$(MSVC_DLLS),$(INSTDIR)/program/shlxthdl/$(lib)) && \
 	$(PERL) $(SRCDIR)/postprocess/signing/signing.pl \
 			-e $$EXCLUDELIST \
 			-l $(subst .done,_log.txt,$@) \


More information about the Libreoffice-commits mailing list