diff --git a/Makefile.in b/Makefile.in index 6dd96d0..cd67efc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -367,7 +367,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz: clean @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian/control @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/Makefile @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/*.layout - @tar --create --gzip --verbose --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) + @tar --create --gzip --verbose --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) @echo $@ -- libgit2 0.21.2