bug 848830, fix regression in app updater localization, r=glandium, rstrong

--HG--
extra : rebase_source : 66b4e3e55a05d4b74bd39a40c4768c620b74062a
This commit is contained in:
Axel Hecht 2013-08-13 17:15:42 +02:00
parent 2915556f82
commit 049f495018
2 changed files with 3 additions and 2 deletions

View File

@ -205,12 +205,12 @@ ifeq ($(OS_ARCH),WINNT)
cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
$(DIST)/bin/updater.ini
$(FINAL_TARGET)/../updater.ini
else
cat $< | \
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
$(DIST)/bin/updater.ini
$(FINAL_TARGET)/../updater.ini
endif
endif

View File

@ -21,6 +21,7 @@ NON_CHROME = set([
'defaults/profile',
'defaults/pref*/*-l10n.js',
'update.locale',
'updater.ini',
'extensions/langpack-*@*',
'distribution/extensions/langpack-*@*',
'chrome/**/searchplugins/*.xml',