musl_locpath
Some checks failed
/ arch (push) Successful in 2m56s
/ alpine (push) Successful in 2m0s
/ fedora (push) Successful in 13m29s
/ opensuse (push) Successful in 3m47s
/ alma (push) Successful in 12m16s
/ rocky (push) Successful in 12m11s
/ ubuntu (push) Successful in 6m37s
/ debian (push) Failing after 4m11s

This commit is contained in:
Marc Beninca 2024-09-04 22:58:16 +02:00
parent cf521c52d2
commit b847d77ae3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -931,7 +931,10 @@ spcd_txt_locales() {
spcd_txt_locales "list"
spcd_split
case "${SPCD_PM}" in
"${SPCD_PM_APK}") spcd_install_package "musl-locales" ;;
"${SPCD_PM_APK}")
spcd_install_package "musl-locales"
export MUSL_LOCPATH="/usr/share/i18n/locales/musl"
;;
"${SPCD_PM_APT}")
local text
for name in "${@}"; do