[packages/python3] - typo
wrobell
wrobell at pld-linux.org
Thu Apr 11 20:12:53 CEST 2013
commit 08dc552f77e82fec6b46dc87e6e9575f80900fe9
Author: wrobell <wrobell at pld-linux.org>
Date: Thu Apr 11 19:12:47 2013 +0100
- typo
python3-lib64.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3-lib64.patch b/python3-lib64.patch
index 7dcc180..902902e 100644
--- a/python3-lib64.patch
+++ b/python3-lib64.patch
@@ -281,7 +281,7 @@ diff -Nur Python-3.2.1.orig//setup.py Python-3.2.1/setup.py
lib_dirs = self.compiler.library_dirs + [
- '/lib64', '/usr/lib64',
- '/lib', '/usr/lib',
-+ sys.lib, '/usr/' + sys.lib
++ '/' + sys.lib, '/usr/' + sys.lib
]
inc_dirs = self.compiler.include_dirs + ['/usr/include']
exts = []
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/08dc552f77e82fec6b46dc87e6e9575f80900fe9
More information about the pld-cvs-commit
mailing list