From 4b3510c3d942354fd76fc35547b1e265facf509d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 16 Jan 2018 01:01:21 +0100 Subject: [PATCH] add missing slash in --sphinx-build Signed-off-by: Igor Gnatenko --- cmake.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index 59f4410..6f7da2f 100644 --- a/cmake.spec +++ b/cmake.spec @@ -291,7 +291,7 @@ pushd build %if %{with cmake_enables_sphinx} --sphinx-man --sphinx-html \ %else - --sphinx-build=%{_bindir}false \ + --sphinx-build=%{_bindir}/false \ %endif --%{!?with_cmake_enables_gui:no-}qt-gui \ ;