Fix UID/GID on tarballs
Closed this issue · 1 comments
dharple commented
running make dist
makes a distribution ready tarball, but it doesn't strip off uid/gid for some reason....
dharple commented
https://lists.gnu.org/archive/html/automake/2015-01/msg00004.html
The most elegant solution I've come up with is:
TAR_OPTIONS="--owner=0 --group=0 --numeric-owner" make dist