Patch for minor easy_install problem
It looks like this fix to easy_isntall: ''' 0.6c5 * Fixed .dll files on Cygwin not having executable permisions when an egg is installed unzipped. ''' introduced a minor bug. From 0.6c5 on, installing an egg unzipped makes all the files executable. Attaching a patch that only makes .dll's executable. -Toshio
At 04:11 PM 10/3/2007 -0700, Toshio Kuratomi wrote:
It looks like this fix to easy_isntall: ''' 0.6c5 * Fixed .dll files on Cygwin not having executable permisions when an egg is installed unzipped. '''
introduced a minor bug. From 0.6c5 on, installing an egg unzipped makes all the files executable.
Attaching a patch that only makes .dll's executable.
-Toshio
FYI, something similar is now implemented in the trunk and the 0.6 branch, although it is also applied to .so and .py files.
participants (2)
-
Phillip J. Eby -
Toshio Kuratomi