Hi Pavel,
> native56 brought FORCE_DOWNLOADSETS environment
variable.
native54 brought FORCE_DOWNLOADSETS. But this is not
required for
OpenOffice.org builds. In instsetoo_native/util/makefile.mk
you find
.IF "$(CWS_WORK_STAMP)=="" ||
"$(UPDATER)!=""
ENABLE_DOWNLOADSETS*=TRUE
.ENDIF # "$(CWS_WORK_STAMP)=="" ||
"$(UPDATER)!=""
.IF "$(FORCE_DOWNLOADSETS)"!=""
ENABLE_DOWNLOADSETS=TRUE
.ENDIF #
"$(FORCE_DOWNLOADSETS)"!=""
Because $(UPDATER) is not empty in OOo environment,
ENABLE_DOWNLOADSETS
is set. Unfortunately there is a bug in
solenv/bin/makeinstaller.pl that
checks for $(FORCE_DOWNLOADSETS) and not for
$(ENABLE_DOWNLOADSETS). But
this is fixed in m178.
Greetings
Ingo
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe installation.openoffice.org
For additional commands, e-mail: dev-help installation.openoffice.org
|