From: John Ellson Date: Tue, 17 May 2016 20:40:27 +0000 (-0400) Subject: don't leak uid/gid X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~18^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c031c5448f937fddf47c8407d8bf767dd0643d5;p=graphviz don't leak uid/gid --- diff --git a/Makefile.am b/Makefile.am index 3283d6f8d..80e9224b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 +export TAR_OPTIONS = --owner=0 --group=0 + txtdir = $(pkgdatadir)/doc htmldir = $(pkgdatadir)/doc/html