Bug 954907 - Port Mozilla Bug 494311 - Remove the locale from updater.ini, r=clokep.

This commit is contained in:
Florian Quèze 2012-08-01 23:33:30 +02:00
Родитель b8d34bb2b6
Коммит 54b2d2f913
2 изменённых файлов: 4 добавлений и 9 удалений

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

@ -62,11 +62,11 @@ libs:: $(addsuffix .xml,$(SEARCH_PLUGINS))
ifdef MOZ_UPDATER
libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
ifeq ($(OS_ARCH),WINNT)
cat $< $(srcdir)/updater_append.ini $(srcdir)/../installer/windows/nsis/updater_append.ini | \
sed -e "s/%AB_CD%/$(AB_CD)/" > $(FINAL_TARGET)/updater.ini
cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini > \
$(FINAL_TARGET)/updater.ini
else
cat $< $(srcdir)/updater_append.ini | \
sed -e "s/%AB_CD%/$(AB_CD)/" > $(FINAL_TARGET)/updater.ini
cat $< > \
$(FINAL_TARGET)/updater.ini
endif
endif

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

@ -1,5 +0,0 @@
; IMPORTANT: This file should always start with a newline in case a locale
; provided updater.ini does not end with a newline.
[Installation]
Locale=%AB_CD%