From b847d77ae3e9d3a23546f3d4347e34df52d4c581 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 4 Sep 2024 22:58:16 +0200 Subject: [PATCH] musl_locpath --- spcd/bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 11c38f9..c7dd25d 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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