Bug 367539 (Sunbird patch) - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. r=sipaq

This commit is contained in:
Robert Strong 2010-06-22 19:11:07 -07:00
Родитель e2db10f409
Коммит 41da18f70c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -140,8 +140,6 @@ $(CONFIG_DIR)/setup.exe::
for i in $(PP_LOCALIZED_FILES); do \
$(PYTHON) $(MOZILLA_SRCDIR)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) $(srcdir)/$$i > $(CONFIG_DIR)/$$i; \
done
$(PERL) $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/windows/nsis/make-installremoves.pl \
../removed-files > $(CONFIG_DIR)/removed-files.log
$(PYTHON) $(MOZILLA_SRCDIR)/config/Preprocessor.py -Fsubstitution $(DEFINES) $(ACDEFINES) \
$(srcdir)/nsis/defines.nsi.in | iconv -f UTF-8 -t UTF-16LE | \
cat $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/windows/nsis/utf16-le-bom.bin - > \