Re: [patch] Create directories with 755 instead of 644.

2005-10-13 Thread Christopher Faylor
On Thu, Oct 13, 2005 at 01:40:38PM -0700, David Rothenberger wrote: >I attempted to build the Cygwin DLL from CVS today and encountered >permission denied errors from the install target in winsup/cygwin. The >problem appears to be that directories are precreated using "install -m >644". With 644

[patch] Create directories with 755 instead of 644.

2005-10-13 Thread David Rothenberger
I attempted to build the Cygwin DLL from CVS today and encountered permission denied errors from the install target in winsup/cygwin. The problem appears to be that directories are precreated using "install -m 644". With 644 permissions, subsequent install calls to copy files to those directori