From 0e3543c4aa7fda712cfe1d151a509d059e888c12 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 8 Apr 2025 10:51:29 -0400 Subject: [PATCH] Fix elif clause in module-setup --- genesis/97genesis/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis/97genesis/module-setup.sh b/genesis/97genesis/module-setup.sh index 600b92db..d81990fb 100644 --- a/genesis/97genesis/module-setup.sh +++ b/genesis/97genesis/module-setup.sh @@ -13,7 +13,7 @@ install() { . $moddir/install-locale if [ -d /usr/lib64/python3.13/ ]; then . $moddir/install-python313 - if [ -d /usr/lib/python3.12/ ]; then + elif [ -d /usr/lib/python3.12/ ]; then . $moddir/install-python312 elif [ -d /usr/lib64/python3.9/ ]; then . $moddir/install-python39