fix kludge for 32-bit builds

This commit is contained in:
Mark E. Fuller 2022-04-12 23:37:50 +03:00
parent 7dc49d3f00
commit 643f90eaa6
No known key found for this signature in database
GPG Key ID: D1CB9BCF4D87185F
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ rm -rf %{buildroot}%{_prefix}/local/bin
%endif
mkdir -p %{buildroot}%{python3_sitearch}/
mv %{buildroot}%{_prefix}/local/lib64/python%{python3_version}/site-packages/* %{buildroot}%{python3_sitearch}/
mv %{buildroot}%{_prefix}/local/%{_lib}/python%{python3_version}/site-packages/* %{buildroot}%{python3_sitearch}/
rm -rf %{buildroot}%{_prefix}/local/
#end_kludge