summaryrefslogtreecommitdiffstats
path: root/openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-26 13:28:14 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-26 13:28:14 +0000
commit1cd244533c2436e27a974d7c6a15262be7a49f50 (patch)
treec86f52fe49cfb4421a581f9cd7b9f65dfaea9a2e /openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch
parent39811ea4ae7f49ce27b6206727ffd929aed986dd (diff)
downloadpoky-1cd244533c2436e27a974d7c6a15262be7a49f50.tar.gz
Create openembedded-extras collection. Disabled by default - see local.conf.sample about how to enable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@429 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch')
-rw-r--r--openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch b/openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch
new file mode 100644
index 0000000000..27ae5dce5b
--- /dev/null
+++ b/openembedded-extras/packages/python/python-2.4.3/bindir-libdir.patch
@@ -0,0 +1,18 @@
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