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)
downloadopenembedded-core-contrib-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 @@
+
+#
+# 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