From: <pj...@us...> - 2008-07-14 19:25:34
|
Revision: 4931 http://jython.svn.sourceforge.net/jython/?rev=4931&view=rev Author: pjenvey Date: 2008-07-14 12:25:31 -0700 (Mon, 14 Jul 2008) Log Message: ----------- Merged revisions 4900-4930 via svnmerge from https://jython.svn.sourceforge.net/svnroot/jython/trunk/jython ........ r4915 | pjenvey | 2008-07-12 19:59:32 -0700 (Sat, 12 Jul 2008) | 1 line use bin instead of Scripts ........ Modified Paths: -------------- branches/asm/Lib/distutils/command/install.py Property Changed: ---------------- branches/asm/ Property changes on: branches/asm ___________________________________________________________________ Name: svnmerge-integrated - /trunk/jython:1-4899 + /trunk/jython:1-4930 Modified: branches/asm/Lib/distutils/command/install.py =================================================================== --- branches/asm/Lib/distutils/command/install.py 2008-07-14 19:24:49 UTC (rev 4930) +++ branches/asm/Lib/distutils/command/install.py 2008-07-14 19:25:31 UTC (rev 4931) @@ -70,7 +70,7 @@ 'purelib': '$base/Lib/site-packages', 'platlib': '$base/Lib/site-packages', 'headers': '$base/Include/$dist_name', - 'scripts': '$base/Scripts', + 'scripts': '$base/bin', 'data' : '$base', } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |