From 3f9c3970280f90275b14d2900cee0894a1de3447 Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Jul 18 2006 20:42:10 +0000 Subject: - Fixed typo in sitelib macro --- diff --git a/dbus-python.spec b/dbus-python.spec index 93667df..217325b 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -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