[Python-checkins] python/dist/src setup.py,1.126,1.127

Andrew Kuchling akuchlin@mems-exchange.org
Tue, 17 Dec 2002 12:17:57 -0500


On Tue, Dec 17, 2002 at 08:47:20AM -0800, mwh@users.sourceforge.net wrote:
>+     # Do exactly what install_lib does but make sure correct access modes get
>+     # set on installed directories and files. All installed files with get
>+     # mode 644 unless they are a shared library in which case they will get
>+     # mode 755. All installed directories will get mode 755.

If install_lib is getting the mode wrong, shouldn't this fix be applied to 
install_lib instead of just the setup.py?

--amk