Bug 4944495: Remove locale from updater.ini, r=mfinkle

This commit is contained in:
Robert Strong 2009-05-23 10:28:00 -04:00
Родитель 6f13ce4b05
Коммит 3fa16ac9a3
2 изменённых файлов: 3 добавлений и 8 удалений

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

@ -84,10 +84,10 @@ installers-%: clobber-% langpack-% repackage-zip-%
ifdef MOZ_UPDATER
libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
cat $< $(srcdir)/updater_append.ini | \
cat $< | \
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" | \
sed -e "s/%AB_CD%/$(AB_CD)/" > $(FINAL_TARGET)/updater.ini
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
$(FINAL_TARGET)/updater.ini
endif
ident:

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

@ -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%