Commit 7189cc050b588f2265bf875d4fff55b96506dd02
1 parent
c81751fa
Exists in
master
Corrigindo erro ao gerar .tgz com uid muito alto
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
@@ -367,7 +367,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz: clean | @@ -367,7 +367,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz: clean | ||
367 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian/control | 367 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian/control |
368 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/Makefile | 368 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/Makefile |
369 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/*.layout | 369 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/*.layout |
370 | - @tar --create --gzip --verbose --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | 370 | + @tar --format=ustar --create --gzip --verbose --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) |
371 | @echo $@ | 371 | @echo $@ |
372 | 372 | ||
373 | 373 |