Fixup the other EL6 cmake28 conditional

This commit is contained in:
Orion Poplawski 2012-05-15 09:47:50 -06:00
parent e620fb29d7
commit 043df207bc

View File

@ -163,7 +163,7 @@ export JAVA_HOME=/usr/lib/jvm/java
mkdir build
pushd build
%if (0%{?rhel} <= 6)
%if 0%{?rhel} && (0%{?rhel} <= 6)
%{cmake28} .. \
%else
%{cmake} .. \