mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Fix incorrect Pale Moon installer locale paths.
This commit is contained in:
parent
b372f91454
commit
84cea9661a
1 changed files with 4 additions and 4 deletions
|
|
@ -32,12 +32,12 @@ include $(topsrcdir)/config/config.mk
|
|||
|
||||
ifdef LOCALE_MERGEDIR
|
||||
PPL_LOCALE_ARGS = \
|
||||
--l10n-dir=$(LOCALE_MERGEDIR)/browser/installer \
|
||||
--l10n-dir=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer \
|
||||
--l10n-dir=$(topsrcdir)/browser/locales/en-US/installer \
|
||||
--l10n-dir=$(LOCALE_MERGEDIR)/application/palemoon/installer \
|
||||
--l10n-dir=$(call EXPAND_LOCALE_SRCDIR,application/palemoon/locales)/installer \
|
||||
--l10n-dir=$(topsrcdir)/application/palemoon/locales/en-US/installer \
|
||||
$(NULL)
|
||||
else
|
||||
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer
|
||||
PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,application/palemoon/locales)/installer
|
||||
endif
|
||||
|
||||
OVERRIDE_DEFAULT_GOAL := installer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue