From 7189cc050b588f2265bf875d4fff55b96506dd02 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 22 Jul 2013 12:48:30 +0000 Subject: [PATCH] Corrigindo erro ao gerar .tgz com uid muito alto --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cd67efc..d61565b 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 --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) + @tar --format=ustar --create --gzip --verbose --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) @echo $@ -- libgit2 0.21.2