components/python/python26/patches/Python26-22-bindir.patch
changeset 841 1a62cefa636d
parent 840 926eb95ceab3
child 842 9da05efee3cd
--- a/components/python/python26/patches/Python26-22-bindir.patch	Wed May 30 10:46:29 2012 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- 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@