This commit is contained in:
Susi Lehtola 2018-09-22 21:44:53 +02:00
parent 7fc5961c7a
commit 5ee486874b

View File

@ -105,10 +105,10 @@ This package contains the Python 3 files.
%build
pys=""
%if %{python2_enabled}
pys="$py python2"
pys="$pys python2"
%endif
%if %{python3_enabled}
pys="$py python3"
pys="$pys python3"
%endif
for py in $pys; do
mkdir $py