aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-2.3.4/bindir-libdir.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-11 15:56:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-11 15:56:52 +0000
commit07f796a9dde275d91e980cc6fe5c4fd98b005bae (patch)
tree433a69380c7699bdb4670a920d4998027107a248 /packages/python/python-2.3.4/bindir-libdir.patch
parent8cf158998c571ae013d39b9aac3dfbc2ff61a57e (diff)
downloadopenembedded-07f796a9dde275d91e980cc6fe5c4fd98b005bae.tar.gz
python: remove 2.3.4
Diffstat (limited to 'packages/python/python-2.3.4/bindir-libdir.patch')
-rw-r--r--packages/python/python-2.3.4/bindir-libdir.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/python/python-2.3.4/bindir-libdir.patch b/packages/python/python-2.3.4/bindir-libdir.patch
deleted file mode 100644
index 999bddc449..0000000000
--- a/packages/python/python-2.3.4/bindir-libdir.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#
-# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- Python-2.3.1/Makefile.pre.in~bindir-libdir 2003-09-20 12:50:28.000000000 +0200
-+++ Python-2.3.1/Makefile.pre.in 2003-11-02 19:53:17.000000000 +0100
-@@ -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