From bf03d8dc82dbf529c08a6b84a978f513309705fa Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 3 Apr 2025 14:51:58 -0400 Subject: [PATCH] Pull locale file into genesis build --- genesis/97genesis/module-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/genesis/97genesis/module-setup.sh b/genesis/97genesis/module-setup.sh index 46260d97..afba1fca 100644 --- a/genesis/97genesis/module-setup.sh +++ b/genesis/97genesis/module-setup.sh @@ -10,6 +10,7 @@ install() { . $moddir/install-gui fi + . $moddir/install-locale if [ -d /usr/lib64/python3.13/ ]; then . $moddir/install-python313 elif [ -d /usr/lib64/python3.9/ ]; then