components/python/python26/patches/Python26-22-bindir.patch
changeset 841 1a62cefa636d
parent 840 926eb95ceab3
child 842 9da05efee3cd
equal deleted inserted replaced
840:926eb95ceab3 841:1a62cefa636d
     1 --- Python-2.6.4/Makefile.pre.in.orig	Fri Feb 11 11:35:54 2011
       
     2 +++ Python-2.6.4/Makefile.pre.in	Fri Feb 11 11:36:15 2011
       
     3 @@ -86,7 +86,7 @@
       
     4  datarootdir=    @datarootdir@
       
     5  
       
     6  # Expanded directories
       
     7 -BINDIR=		$(exec_prefix)/bin
       
     8 +BINDIR=		@bindir@
       
     9  LIBDIR=		@libdir@
       
    10  MANDIR=		@mandir@
       
    11  INCLUDEDIR=	@includedir@