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 %build
pys="" pys=""
%if %{python2_enabled} %if %{python2_enabled}
pys="$py python2" pys="$pys python2"
%endif %endif
%if %{python3_enabled} %if %{python3_enabled}
pys="$py python3" pys="$pys python3"
%endif %endif
for py in $pys; do for py in $pys; do
mkdir $py mkdir $py