From 6de75d132fe44a6f3e6160fec0c2e5e32ed023d3 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 31 Jul 2017 20:53:57 +0200 Subject: updater: get the signature verification working on Windows The updater itself does not link to NSS on Windows and instead uses the Windows-internal crypto libraries. However the mar executable needs to link against NSS, so we need to split the code a bit. Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd Reviewed-on: https://gerrit.libreoffice.org/40608 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- onlineupdate/qa/single_step/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onlineupdate/qa') diff --git a/onlineupdate/qa/single_step/Makefile b/onlineupdate/qa/single_step/Makefile index 24879f1e7e6e..f303992baa0f 100644 --- a/onlineupdate/qa/single_step/Makefile +++ b/onlineupdate/qa/single_step/Makefile @@ -8,7 +8,7 @@ all : call unpack: @echo "Unpacking the updater test project" @rm -r $(UPDATER_DIR) || true - @mkdir -p $(WORKDIR)/updater/ + @mkdir -p $(UPDATER_DIR) @unzip single_step.zip -d $(WORKDIR)/updater > /dev/null @mkdir -p $(UPDATER_DIR)/patch -- cgit