]> git.draconx.ca Git - cdecl99.git/commit
Fix "make dist" permissions when using a read-only srcdir.
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 01:54:45 +0000 (20:54 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:58 +0000 (20:16 -0500)
commitc58a93b9b3e42eb3668d9217a35b66d47ac47d50
treeda7e5f5810faf0db04266d757dd76ace02d0cdb4
parent3fc04dc31271e087185f0e57efaa6447270df475
Fix "make dist" permissions when using a read-only srcdir.

Apparently Automake copies permissions from the source directory, so
if you run "make dist" in a VPATH build from a read-only srcdir, the
resulting distdir will be read-only.  Beyond the resulting tarball
permissions, this can actually cause dist hooks to fail in some
instances.

Add another dist hook which makes distdir user-writable.
Makefile.am