diff -ur gnome-bluetooth-0.6.0.orig/configure gnome-bluetooth-0.6.0/configure --- gnome-bluetooth-0.6.0.orig/configure 2005-08-16 15:23:06.000000000 -0500 +++ gnome-bluetooth-0.6.0/configure 2005-10-31 16:20:52.000000000 -0600 @@ -22770,7 +22770,7 @@ - pythondir=$PYTHON_PREFIX"/lib/python"$PYTHON_VERSION/site-packages + pythondir=$libdir"/python"$PYTHON_VERSION/site-package @@ -22778,7 +22778,7 @@ - pyexecdir=$PYTHON_EXEC_PREFIX"/lib/python"$PYTHON_VERSION/site-packages + pyexecdir=$libdir"/python"$PYTHON_VERSION/site-packages diff -ur gnome-bluetooth-0.6.0.orig/python/Makefile.am gnome-bluetooth-0.6.0/python/Makefile.am --- gnome-bluetooth-0.6.0.orig/python/Makefile.am 2005-08-16 15:14:51.000000000 -0500 +++ gnome-bluetooth-0.6.0/python/Makefile.am 2005-10-31 16:22:42.000000000 -0600 @@ -1,7 +1,7 @@ +libdir = @libdir@ -pythondir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/gnomebt +pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages/gnomebt pkgpythondir = $(pythondir) -libdir = $(pkgpythondir) python_LTLIBRARIES = iconlist.la diff -ur gnome-bluetooth-0.6.0.orig/src/Makefile.am gnome-bluetooth-0.6.0/src/Makefile.am --- gnome-bluetooth-0.6.0.orig/src/Makefile.am 2005-08-16 15:35:12.000000000 -0500 +++ gnome-bluetooth-0.6.0/src/Makefile.am 2005-10-31 16:18:29.000000000 -0600 @@ -118,7 +118,7 @@ --override $(srcdir)/gnomebt-chooser.override \ $(srcdir)/gnomebt-chooser.defs > $@ -pydir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/gnomebt/ +pydir = $(libdir)/python$(PYTHON_VERSION)/site-packages/gnomebt/ controller_la_SOURCES = gnomebt-controller-py.c gnomebt-controller-pymodule.c controller_la_LIBADD = libgnomebt.la