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
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:
parent
cf521c52d2
commit
b847d77ae3
1 changed files with 4 additions and 1 deletions
|
@ -931,7 +931,10 @@ spcd_txt_locales() {
|
||||||
spcd_txt_locales "list"
|
spcd_txt_locales "list"
|
||||||
spcd_split
|
spcd_split
|
||||||
case "${SPCD_PM}" in
|
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}")
|
"${SPCD_PM_APT}")
|
||||||
local text
|
local text
|
||||||
for name in "${@}"; do
|
for name in "${@}"; do
|
||||||
|
|
Loading…
Reference in a new issue