add missing slash in --sphinx-build

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-01-16 01:01:21 +01:00
parent ad455e5e72
commit 4b3510c3d9

View File

@ -291,7 +291,7 @@ pushd build
%if %{with cmake_enables_sphinx} %if %{with cmake_enables_sphinx}
--sphinx-man --sphinx-html \ --sphinx-man --sphinx-html \
%else %else
--sphinx-build=%{_bindir}false \ --sphinx-build=%{_bindir}/false \
%endif %endif
--%{!?with_cmake_enables_gui:no-}qt-gui \ --%{!?with_cmake_enables_gui:no-}qt-gui \
; ;