Re: [PATCH] Install should preserve executable flag on files from build/

2005-06-10 Thread Joe Orton
On Thu, Jun 09, 2005 at 03:50:12PM -0700, Daniel Rall wrote: > When attempting to build Subversion trunk against the tip of httpd > trunk, instdso.sh was not set executable as assumed by Subversion's > build process. This is due to mishandling of the executable bit on > files copied into httpd's i

[PATCH] Install should preserve executable flag on files from build/

2005-06-10 Thread Daniel Rall
When attempting to build Subversion trunk against the tip of httpd trunk, instdso.sh was not set executable as assumed by Subversion's build process. This is due to mishandling of the executable bit on files copied into httpd's install location by its Makefile. Change log follows, patch attached.