From 6dcaea9065cada243977d2d5e06cf4c8f1472d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 15 May 2022 09:16:54 +0200 Subject: RPM: update build scripts for rhel6 to use cmake3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/common/cmake/cmake.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redhat/common') diff --git a/redhat/common/cmake/cmake.spec b/redhat/common/cmake/cmake.spec index ebdd0362b..550b771b1 100644 --- a/redhat/common/cmake/cmake.spec +++ b/redhat/common/cmake/cmake.spec @@ -21,7 +21,7 @@ %endif %define tde_pkg cmake -%if 0%{?rhel} == 7 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 %define cmake_datadir %{_datadir}/cmake3 %else %define cmake_datadir %{_datadir}/cmake -- cgit v1.2.1