components/python/python26/patches/Python26-22-bindir.patch
changeset 115 c360825c3a3f
parent 99 c15c9099bb44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python26/patches/Python26-22-bindir.patch	Tue Mar 01 14:19:15 2011 -0800
@@ -0,0 +1,11 @@
+--- Python-2.6.4/Makefile.pre.in.orig	Fri Feb 11 11:35:54 2011
++++ Python-2.6.4/Makefile.pre.in	Fri Feb 11 11:36:15 2011
+@@ -86,7 +86,7 @@
+ datarootdir=    @datarootdir@
+ 
+ # Expanded directories
+-BINDIR=		$(exec_prefix)/bin
++BINDIR=		@bindir@
+ LIBDIR=		@libdir@
+ MANDIR=		@mandir@
+ INCLUDEDIR=	@includedir@