Commit ee8b04addb9bc7cbafdfe3133920b5db21939437
1 parent
e33f2aa2
Exists in
master
Forcando owner e grupo do pacote gerado para root
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 | 367 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian/control |
368 | 368 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/Makefile |
369 | 369 | @rm -f $(TMPDIR)/$(PACKAGE_TARNAME).tmp/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/*.layout |
370 | - @tar --create --gzip --verbose --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
370 | + @tar --create --gzip --verbose --owner=root --group=root --directory $(TMPDIR)/$(PACKAGE_TARNAME).tmp --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
371 | 371 | @echo $@ |
372 | 372 | |
373 | 373 | ... | ... |