]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-2.4.2/bindir-libdir.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-2.4.2 / bindir-libdir.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch
7 +++ Python-2.4c1/Makefile.pre.in
8 @@ -78,8 +78,8 @@
9  exec_prefix=   @exec_prefix@
10  
11  # Expanded directories
12 -BINDIR=                $(exec_prefix)/bin
13 -LIBDIR=                $(exec_prefix)/lib
14 +BINDIR=                @bindir@
15 +LIBDIR=                @libdir@
16  MANDIR=                @mandir@
17  INCLUDEDIR=    @includedir@
18  CONFINCLUDEDIR=        $(exec_prefix)/include