redhat: more indentation

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
Ruben Kerkhof 2018-06-20 15:50:29 +02:00
parent ff00e18d2d
commit 1eca28ffdc

View File

@ -43,9 +43,9 @@
# define for sphinx-build binary
%if 0%{?rhel} && 0%{?rhel} < 7
%define sphinx sphinx-build2.7
%define sphinx sphinx-build2.7
%else
%define sphinx sphinx-build
%define sphinx sphinx-build
%endif
############################################################################