@@ -1,5 +1,5 @@
--- configure.python 2009-03-09 10:31:27.000000000 +0100
-+++ configure 2009-03-09 10:32:42.000000000 +0100
++++ configure 2009-03-11 21:57:50.000000000 +0100
@@ -618,7 +618,9 @@
python_version=
@@ -11,3 +11,12 @@
python_version="2.5"
elif [ -f "/usr/include/python2.4/Python.h" ]; then
python_version="2.4"
+@@ -1272,7 +1274,7 @@
+ inotify_check
+ fi
+
+-_python_install="/usr/lib/python"$python_version"/site-packages/"
++_python_install="$_libdir/python"$python_version"/site-packages/"
+
+ # libfs++
+
|