Fix sitelib -> sitearch, wrong but will work until we move to noarch python subpakcage
This commit is contained in:
parent
6dc09f768e
commit
c665def35a
@ -189,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{?_with_python:
|
%{?_with_python:
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/*
|
%{python_sitearch}/*
|
||||||
}
|
}
|
||||||
|
|
||||||
%{?_with_gnome:
|
%{?_with_gnome:
|
||||||
|
Loading…
Reference in New Issue
Block a user