- Fixed typo in sitelib macro

This commit is contained in:
John (J5) Palmieri 2006-07-18 20:42:10 +00:00
parent 87dd782b95
commit 3f9c397028

View File

@ -1,4 +1,4 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define pyrex_versio 0.9.3
%define dbus_glib_version 0.70