]> git.notmuchmail.org Git - notmuch/commit
Makefile.local: have all files in release tarball be owned by root
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 8 Apr 2017 19:00:17 +0000 (22:00 +0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 Apr 2017 19:17:46 +0000 (16:17 -0300)
commit18ee87e7ce7e6a20e17a8e5138a82b9069276691
tree9cd3de92b086be8a22168cf887143a07e721ed9f
parent807a9cb8aa897462e247993a1cdfa96377aa20e4
Makefile.local: have all files in release tarball be owned by root

The tar content `git archive` creates (reproducibly) have owner and
group set to 'root'. (GNU) tar writes user ids to the added file
`version` by default. The contents of tar archive looks better and
more consistent when owner and group in all files are the same.

While at it, split this long command line to multiple lines.
Makefile.local