mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1239810: UpdateUtils.jsm requires the update.locale file to be shipped regardless of whether the application update is included. r=nalexander,rstrong
This commit is contained in:
parent
c068c4d060
commit
bc980ff197
@ -18,8 +18,8 @@
|
||||
@BINPATH@/chrome/@AB_CD@@JAREXT@
|
||||
@BINPATH@/chrome/@AB_CD@.manifest
|
||||
@BINPATH@/@PREF_DIR@/mobile-l10n.js
|
||||
#ifdef MOZ_UPDATER
|
||||
@BINPATH@/update.locale
|
||||
#ifdef MOZ_UPDATER
|
||||
@BINPATH@/updater.ini
|
||||
#endif
|
||||
@BINPATH@/dictionaries/*
|
||||
|
@ -27,10 +27,8 @@ chrome-%:
|
||||
@$(MAKE) -C $(DEPTH)/security/manager/locales/ chrome AB_CD=$*
|
||||
@$(MAKE) chrome AB_CD=$*
|
||||
|
||||
ifdef MOZ_UPDATER
|
||||
libs:: update.locale
|
||||
sed -e 's/%AB_CD%/$(AB_CD)/' $< > $(FINAL_TARGET)/update.locale
|
||||
endif
|
||||
|
||||
ifdef MOZ_CRASHREPORTER
|
||||
libs:: crashreporter.ini
|
||||
|
Loading…
Reference in New Issue
Block a user