fix case on %build section

This commit is contained in:
Jon Schlueter 2015-10-20 21:36:48 +00:00 committed by Haikel Guemar
parent 6b4861c88d
commit 2757b16f47

View File

@ -48,7 +48,7 @@ cp -a . %{py3dir}
%endif
%Build
%build
%{__python2} setup.py build
%if 0%{?with_python3}