[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk

Christian Lohmaier (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 6 16:32:53 UTC 2019


 instsetoo_native/CustomTarget_install.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 551f757b27ee7e3f6a316afd5ae8966ff40b7e25
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Fri Sep 6 18:29:27 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Fri Sep 6 18:31:23 2019 +0200

    WINDOWS_BUILD_SIGNING: check for explicit TRUE for signing msi
    
    it's one of those variables that are set to FALSE and not left empty...
    
    Change-Id: Ic26888e4e983db625b5943a2c094eacc84fe1331

diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 3272a57b71f4..ab620d5844ed 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,instsetoo_native/install))
 
 $(eval $(call gb_CustomTarget_register_targets,instsetoo_native/install,\
 	install.phony \
-	$(if $(WINDOWS_BUILD_SIGNING),msi_signing.done) \
+	$(if $(filter TRUE,$(WINDOWS_BUILD_SIGNING)),msi_signing.done) \
 	$(if $(filter-out WNT,$(OS)),\
 	bin/find-requires-gnome.sh \
 	bin/find-requires-x11.sh) \


More information about the Libreoffice-commits mailing list