From: Tomi Ollila Date: Sat, 8 Apr 2017 19:00:17 +0000 (+0300) Subject: Makefile.local: have all files in release tarball be owned by root X-Git-Tag: 0.25_rc0~80 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=18ee87e7ce7e6a20e17a8e5138a82b9069276691;hp=18ee87e7ce7e6a20e17a8e5138a82b9069276691;p=notmuch 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. ---