[python3/python3.4] Fix typo in lib64 patch

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Nov 27 12:43:23 UTC 2013


commit 0ef730720cd7ab286ed38a1762ea96783577ba7e
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Wed Nov 27 13:33:51 2013 +0100

    Fix typo in lib64 patch

 00102-lib64.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/00102-lib64.patch b/00102-lib64.patch
index 8f21624..db5fd95 100644
--- a/00102-lib64.patch
+++ b/00102-lib64.patch
@@ -132,7 +132,7 @@
      _prefix = _Py_char2wchar(PREFIX, NULL);
      _exec_prefix = _Py_char2wchar(EXEC_PREFIX, NULL);
 -    lib_python = _Py_char2wchar("lib/python" VERSION, NULL);
-+    lib_python = _Py_char2wchar("lib/python64" VERSION, NULL);
++    lib_python = _Py_char2wchar("lib64/python" VERSION, NULL);
  
      if (!_pythonpath || !_prefix || !_exec_prefix || !lib_python) {
          Py_FatalError(


More information about the scm-commits mailing list