remove last useless conditional

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
epel9
Igor Gnatenko 8 years ago
parent 0ada845d55
commit e53393d4f8

@ -61,9 +61,7 @@ sphinx-build -b html -n docs docs/_build
%install
%py2_install
%if %{with python3}
%py3_install
%endif
%{__install} -D -p -m 0644 man/*.1 %{buildroot}%{_mandir}/man1

Loading…
Cancel
Save