mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 619675 - Always add en-US to the list of locales [r=mfinkle]
This commit is contained in:
parent
adcd18e4e1
commit
38f7e55474
@ -107,7 +107,7 @@ $(MOZ_PKG_MANIFEST): $(MOZ_PKG_MANIFEST_P) FORCE
|
||||
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) $< > $@
|
||||
ifdef MOZ_CHROME_MULTILOCALE
|
||||
printf "\n[multilocale]\n" >> $@
|
||||
for LOCALE in $(MOZ_CHROME_MULTILOCALE) ;\
|
||||
for LOCALE in en-US $(MOZ_CHROME_MULTILOCALE) ;\
|
||||
do \
|
||||
printf "$(BINPATH)/chrome/$$LOCALE$(JAREXT)\n" >> $@; \
|
||||
printf "$(BINPATH)/chrome/$$LOCALE.manifest\n" >> $@; \
|
||||
|
Loading…
Reference in New Issue
Block a user