summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-05-09 13:23:59 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-07-24 18:56:46 +0200
commit82f09101c86b2a6f09ccf770becf66556150ecda (patch)
tree0eef9f774ee7ace13ee0b12ad0706b9063ecff9a
parent7baa0738c725959a293966b73efc7787bea40958 (diff)
cannot sign read-only files, so u+w the redistributables
Change-Id: I5290d2093555d00e7b7cd4e21098d54af58ee6b8 (cherry picked from commit 5e062501eb6c3abe5219777fd9267702689785c7)
-rw-r--r--postprocess/CustomTarget_signing.mk1
1 files changed, 1 insertions, 0 deletions
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,$@) \