build: ensure all files are writable in the tarball
commit896006bf7620c81435fd67cc3765e85a9f480fe7
authorPádraig Brady <P@draigBrady.com>
Wed, 16 Dec 2015 00:28:19 +0000 (16 00:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 17 Dec 2015 00:25:25 +0000 (17 00:25 +0000)
tree01aec1a488a8985c63798e95fd2a32cb02c22145
parentf9a6c5b3b6c02e0feef5abec29d2ec640a27b36c
build: ensure all files are writable in the tarball

* Makefile.am (dist-hook): Ensure all files are writable
so that extracted tarballs are easy to remove, without
getting prompts about removing read-only files.
Reported by Benno Schulenberg.
Makefile.am