зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1515075 - Build failure: Error in script maintenanceservice_installer.nsi on line 184 -- aborting creation process. r=mshal
Prevents the build failure by copying files for maintenanceservice_installer.nsi just as is done for other installers
This commit is contained in:
Родитель
1290999d83
Коммит
55bdeb26e6
|
@ -44,17 +44,6 @@ else
|
||||||
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer
|
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# For building the maintenanceservice installer
|
|
||||||
ifdef MOZ_MAINTENANCE_SERVICE
|
|
||||||
maintenanceservice_installer::
|
|
||||||
$(INSTALL) $(addprefix $(srcdir)/,$(INSTALLER_FILES)) $(CONFIG_DIR)
|
|
||||||
$(call py_action,preprocessor,-Fsubstitution $(DEFINES) $(ACDEFINES) \
|
|
||||||
$(srcdir)/nsis/defines.nsi.in -o $(CONFIG_DIR)/defines.nsi)
|
|
||||||
$(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/preprocess-locale.py \
|
|
||||||
--preprocess-locale $(topsrcdir) \
|
|
||||||
$(PPL_LOCALE_ARGS) $(AB_CD) $(CONFIG_DIR)
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(CONFIG_DIR)/setup.exe::
|
$(CONFIG_DIR)/setup.exe::
|
||||||
$(RM) -r $(CONFIG_DIR)
|
$(RM) -r $(CONFIG_DIR)
|
||||||
$(MKDIR) $(CONFIG_DIR)
|
$(MKDIR) $(CONFIG_DIR)
|
||||||
|
|
|
@ -102,6 +102,17 @@ uninstaller:: $(CONFIG_DIR)/helper.exe
|
||||||
|
|
||||||
ifdef MOZ_MAINTENANCE_SERVICE
|
ifdef MOZ_MAINTENANCE_SERVICE
|
||||||
maintenanceservice_installer::
|
maintenanceservice_installer::
|
||||||
|
$(RM) -r $(CONFIG_DIR)
|
||||||
|
$(MKDIR) $(CONFIG_DIR)
|
||||||
|
$(INSTALL) $(addprefix $(srcdir)/,$(INSTALLER_FILES)) $(CONFIG_DIR)
|
||||||
|
$(INSTALL) $(addprefix $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/,$(BRANDING_FILES)) $(CONFIG_DIR)
|
||||||
|
$(call py_action,preprocessor,-Fsubstitution $(DEFINES) $(ACDEFINES) \
|
||||||
|
$(srcdir)/nsis/defines.nsi.in -o $(CONFIG_DIR)/defines.nsi)
|
||||||
|
$(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/preprocess-locale.py \
|
||||||
|
--preprocess-locale $(topsrcdir) \
|
||||||
|
$(PPL_LOCALE_ARGS) $(AB_CD) $(CONFIG_DIR)
|
||||||
|
$(INSTALL) $(addprefix $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/,$(TOOLKIT_NSIS_FILES)) $(CONFIG_DIR)
|
||||||
|
$(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
|
||||||
cd $(CONFIG_DIR) && $(MAKENSISU) $(MAKENSISU_FLAGS) maintenanceservice_installer.nsi
|
cd $(CONFIG_DIR) && $(MAKENSISU) $(MAKENSISU_FLAGS) maintenanceservice_installer.nsi
|
||||||
$(NSINSTALL) -D $(DIST)/bin/
|
$(NSINSTALL) -D $(DIST)/bin/
|
||||||
cp $(CONFIG_DIR)/maintenanceservice_installer.exe $(DIST)/bin
|
cp $(CONFIG_DIR)/maintenanceservice_installer.exe $(DIST)/bin
|
||||||
|
|
Загрузка…
Ссылка в новой задаче