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 50274547fbf..7ace2daaebf 100755
--- a/do_cmake.sh
+++ b/do_cmake.sh
@@ -29,7 +29,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"