From 0f161290a23b418adc0c8fbaef73621cee0cf863 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 2 Jan 2025 20:35:21 +0300 Subject: [PATCH] Update actions.py --- network/mail/thunderbird/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/mail/thunderbird/actions.py b/network/mail/thunderbird/actions.py index a26ac48bce..94e929d09f 100644 --- a/network/mail/thunderbird/actions.py +++ b/network/mail/thunderbird/actions.py @@ -16,7 +16,7 @@ shelltools.export("SHELL", "/bin/sh") shelltools.export("MACH_USE_SYSTEM_PYTHON", "1") shelltools.export("MOZBUILD_STATE_PATH", "mozbuild") -locales = "be ca da de el en-GB en-US es-AR es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split() +locales = "ca da de el en-GB en-US es-AR es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split() xpidir = "%s/xpi" % get.workDIR() arch = get.ARCH() ver = ".".join(get.srcVERSION().split(".")[:3])