.py files in lib, not lib64
This commit is contained in:
parent
b483c912f9
commit
7c76df3b47
@ -150,7 +150,8 @@ fi
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/python2.4/site-packages/*
|
# These are .py files only, so they don't go in lib64
|
||||||
|
%{_prefix}/lib/python2.4/site-packages/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_datadir}/avahi/interfaces
|
%{_datadir}/avahi/interfaces
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user