Fix typo
Change-Id: I30f6c0d9a3d373078cffc46a243cdde99e707b81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143742 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
94f51512be
commit
968242fe32
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/install)/msi_templates/%/Bin
|
|||
rm -rf $@ && mkdir -p $@ && cd $@ && cp $(SRCDIR)/instsetoo_native/inc_common/windows/msi_templates/Binary/*.* ./
|
||||
|
||||
# with all languages the logfile name would be too long when building the windows installation set,
|
||||
# that's the reason for the subsitution to multilang below in case more than just en-US is packaged
|
||||
# that's the reason for the substitution to multilang below in case more than just en-US is packaged
|
||||
$(instsetoo_installer_targets): $(SRCDIR)/solenv/bin/make_installer.pl \
|
||||
$(foreach ulf,$(instsetoo_ULFLIST),$(call gb_CustomTarget_get_workdir,instsetoo_native/install)/win_ulffiles/$(ulf).ulf) \
|
||||
$(if $(filter-out WNT,$(OS)),\
|
||||
|
|
Loading…
Reference in a new issue