Start packaging the bz2 python module as it is needed for building Qt5
[profile/ivi/python.git] / packaging / python-2.7-dirs.patch
1 Index: Python-2.7/Makefile.pre.in
2 ===================================================================
3 --- Python-2.7.orig/Makefile.pre.in
4 +++ Python-2.7/Makefile.pre.in
5 @@ -94,7 +94,7 @@ LIBDIR=               @libdir@
6  MANDIR=                @mandir@
7  INCLUDEDIR=    @includedir@
8  CONFINCLUDEDIR=        $(exec_prefix)/include
9 -SCRIPTDIR=     $(prefix)/lib
10 +SCRIPTDIR=     @libdir@
11  
12  # Detailed destination directories
13  BINLIBDEST=    $(LIBDIR)/python$(VERSION)