diff options
author | François Andriot <[email protected]> | 2022-05-15 09:16:54 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-05-15 09:23:34 +0200 |
commit | 6dcaea9065cada243977d2d5e06cf4c8f1472d89 (patch) | |
tree | 1e5c65764def7fd752b9c95e22ab1f9e47212662 /redhat/common/cmake | |
parent | b005a4d36bca73c31fb61f4dfd89cfc7421c0d59 (diff) | |
download | tde-packaging-6dcaea9065cada243977d2d5e06cf4c8f1472d89.tar.gz tde-packaging-6dcaea9065cada243977d2d5e06cf4c8f1472d89.zip |
RPM: update build scripts for rhel6 to use cmake3
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/common/cmake')
-rw-r--r-- | redhat/common/cmake/cmake.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |