mirror of
https://github.com/xcat2/confluent.git
synced 2025-10-08 00:18:54 +00:00
Fix elif clause in module-setup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user