2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-10-08 16:38:08 +00:00

Fix elif clause in module-setup

This commit is contained in:
Jarrod Johnson
2025-04-08 10:51:29 -04:00
parent 43d9fe09cf
commit 0e3543c4aa

View File

@@ -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