Fix typo
This commit is contained in:
parent
7fc5961c7a
commit
5ee486874b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user