blob: 5f0190d9a20f37fd8117a2e51f19ee8bb7cd7afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pypy-pypy-release-1.7/lib-python/2.7/distutils/command/install.py
+++ pypy-pypy-release-1.7/lib-python/2.7/distutils/command/install.py
@@ -87,7 +87,7 @@
'purelib': '$base/site-packages',
'platlib': '$base/site-packages',
'headers': '$base/include',
- 'scripts': '$base/bin',
+ 'scripts': '/usr/bin',
'data' : '$base',
},
}
|