summaryrefslogtreecommitdiffstats
path: root/do_cmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'do_cmake.sh')
-rwxr-xr-xdo_cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_cmake.sh b/do_cmake.sh
index eb521054ef4..6936a5596eb 100755
--- a/do_cmake.sh
+++ b/do_cmake.sh
@@ -31,7 +31,7 @@ if [ -r /etc/os-release ]; then
PYBUILD="3.7"
fi
;;
- rhel|centos)
+ rocky|rhel|centos)
MAJOR_VER=$(echo "$VERSION_ID" | sed -e 's/\..*$//')
if [ "$MAJOR_VER" -ge "9" ] ; then
PYBUILD="3.9"