Files
MINGW-packages/mingw-w64-python-setuptools/mingw-python-fix.patch
2014-02-12 22:11:26 +04:00

14 lines
483 B
Diff

--- setuptools-2.2/setuptools/command/easy_install.py.orig 2014-02-11 21:11:57.898800000 +0400
+++ setuptools-2.2/setuptools/command/easy_install.py 2014-02-11 21:41:20.905000000 +0400
@@ -1213,8 +1213,8 @@
)
DEFAULT_SCHEME = dict(
- install_dir = '$base/Lib/site-packages',
- script_dir = '$base/Scripts',
+ install_dir = '$base/lib/python$py_version_short/site-packages',
+ script_dir = '$base/bin',
)
def _expand(self, *attrs):