File Python-2.6.8-dirs.patch of Package python
# force use of directories passed to configure script
Index: Makefile.pre.in
===================================================================
--- Python-2.6.8/Makefile.pre.in.orig 2012-08-09 10:14:15.579644625 +0200
+++ Python-2.6.8/Makefile.pre.in 2012-08-09 10:16:47.327263887 +0200
@@ -90,8 +90,8 @@
LIBDIR= @libdir@
MANDIR= @mandir@
INCLUDEDIR= @includedir@
-CONFINCLUDEDIR= $(exec_prefix)/include
-SCRIPTDIR= $(prefix)/lib
+CONFINCLUDEDIR= @includedir@
+SCRIPTDIR= @libdir@
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)