fish.spec: correct a syntax error

Fixup of ff144a3
This commit is contained in:
David Adam 2020-11-12 21:50:34 +08:00
parent ff144a38d0
commit 80618599f9

View file

@ -74,7 +74,7 @@ EXTRA_CMAKE_FLAGS="$EXTRA_CMAKE_FLAGS -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}"
%else
%cmake $EXTRA_CMAKE_FLAGS
%endif
$if 0%{?cmake_build:1}
%if 0%{?cmake_build:1}
%cmake_build
%else
make %{?_smp_mflags}