generic-poky/meta-extras/packages/python/python-2.4.4/bindir-libdir.patch
Marcin Juszkiewicz 1b7b0c28d8 python: sync with OE .dev and dropped Tcl/Tk support
- updated to 2.4.4
- cleaned manifest


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1305 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-01 16:16:56 +00:00

19 lines
405 B
Diff

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch
+++ Python-2.4c1/Makefile.pre.in
@@ -78,8 +78,8 @@
exec_prefix= @exec_prefix@
# Expanded directories
-BINDIR= $(exec_prefix)/bin
-LIBDIR= $(exec_prefix)/lib
+BINDIR= @bindir@
+LIBDIR= @libdir@
MANDIR= @mandir@
INCLUDEDIR= @includedir@
CONFINCLUDEDIR= $(exec_prefix)/include