From cf3bab16e91ef8c11741025ecb02c119dde63d3f Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Tue, 7 Dec 2021 00:24:01 +0100
Subject: [PATCH] update build.sh for el7

---
 deploy/build_env/centos/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/build_env/centos/build.sh b/deploy/build_env/centos/build.sh
index 4b0cb05be..b48e489cf 100755
--- a/deploy/build_env/centos/build.sh
+++ b/deploy/build_env/centos/build.sh
@@ -16,7 +16,7 @@ cmake \
 make -j 4
 make package
 
-if [ $OS == "centos7.9.2009" ]; then
+if [ $OS == "el7" ]; then
   BUILD_PYTHON2_PACKAGES=ON
 else
   BUILD_PYTHON2_PACKAGES=OFF
-- 
GitLab