Fix sitelib -> sitearch, wrong but will work until we move to noarch python subpakcage

This commit is contained in:
Nicolas Chauvet 2010-09-07 15:53:18 +02:00
parent 6dc09f768e
commit c665def35a

View File

@ -189,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
%{?_with_python:
%files python
%defattr(-,root,root,-)
%{python_sitelib}/*
%{python_sitearch}/*
}
%{?_with_gnome: