summaryrefslogtreecommitdiffstats
path: root/src/VBox/Installer/win/Stub
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
commitad75ac69416bbdb92964625dc7018b9d0a44debc (patch)
treeba7ba3da15c2719a518dbcbc854edfe281ae9020 /src/VBox/Installer/win/Stub
parentReleasing progress-linux version 7.0.16-dfsg-8~progress7.99u1. (diff)
downloadvirtualbox-ad75ac69416bbdb92964625dc7018b9d0a44debc.tar.xz
virtualbox-ad75ac69416bbdb92964625dc7018b9d0a44debc.zip
Merging upstream version 7.0.18-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/Installer/win/Stub')
-rw-r--r--src/VBox/Installer/win/Stub/Makefile.kmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Installer/win/Stub/Makefile.kmk b/src/VBox/Installer/win/Stub/Makefile.kmk
index 1bf99706..13c21c67 100644
--- a/src/VBox/Installer/win/Stub/Makefile.kmk
+++ b/src/VBox/Installer/win/Stub/Makefile.kmk
@@ -88,7 +88,7 @@ ifdef VBOX_SIGNING_MODE
$(VBOX_BIN2C) -ascii --append VBoxStubTrustedCert1 "$@.cer1" $@
$(APPEND) "$@.array" " { g_abVBoxStubTrustedCert1, sizeof(g_abVBoxStubTrustedCert1) }, "
endif
- if $(intersects win_planb,$(VBOX_WITH_CORP_CODE_SIGNING))
+ if !$(intersects win,$(VBOX_WITH_CORP_CODE_SIGNING)) && $(intersects win_planb,$(VBOX_WITH_CORP_CODE_SIGNING))
$(VBOX_RTSIGNTOOL) extract-exe-signer-cert --signature-index 1 --exe "$(VBOX_RTSIGNTOOL)" --output "$@.cer2" --der
$(VBOX_BIN2C) -ascii --append VBoxStubTrustedCert2 "$@.cer2" $@
$(APPEND) "$@.array" " { g_abVBoxStubTrustedCert2, sizeof(g_abVBoxStubTrustedCert2) }, "