instsetoo_native/CustomTarget_install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 63a5687e84c5f75990a6052658fb5676f7cc2767 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Nov 17 08:45:56 2023 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Nov 17 09:59:25 2023 +0100 Missing parenthesis ...from e514f1a462f5fe2d1ef2d58fa3a0ef94892c41fb "fix --enable-wix switch - that didn't do anything" Change-Id: I4d8124152d5dcb97a11d6fced071ac428ac09bb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159551 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk index 04ae89c565d8..4a6d92e1cd00 100644 --- a/instsetoo_native/CustomTarget_install.mk +++ b/instsetoo_native/CustomTarget_install.mk @@ -59,7 +59,7 @@ endif # delimiter is U+2027 Hyphenation point - files with colon in their name confuse the heck out of # make and cannot be used as targets or prerequisites. For passing to call_installer.sh it is # substituted by the : so that cut doesn't stumble over the delimiter -ifeq (TRUE,$(filter TRUE,$(LIBO_TEST_INSTALL) $(ENABLE_WIX)) +ifeq (TRUE,$(filter TRUE,$(LIBO_TEST_INSTALL) $(ENABLE_WIX))) instsetoo_installer_targets = openoffice‧en-US‧‧‧archive‧nostrip ifeq (ODK,$(filter ODK,$(BUILD_TYPE))) instsetoo_installer_targets += sdkoo‧en-US‧_SDK‧‧archive‧nostrip