Commit e8e4f3f8171d07d9c02abb6cdc5acd26b2b08b7a
1 parent
de623e22
Exists in
master
and in
5 other branches
Forcando owner e grupo do pacote gerado para root
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -69,6 +69,7 @@ MSGMERGE=@MSGMERGE@ |
69 | 69 | MSGFMT=@MSGFMT@ |
70 | 70 | XML2POT=src/tools/xml2pot@EXEEXT@ |
71 | 71 | SHELL=@SHELL@ |
72 | +AMTAR=@AMTAR@ | |
72 | 73 | |
73 | 74 | #---[ Rules ]------------------------------------------------------------------ |
74 | 75 | |
... | ... | @@ -204,7 +205,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz: clean pixmaps |
204 | 205 | @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/po |
205 | 206 | @cp po/*.po $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/po |
206 | 207 | |
207 | - @tar --create --gzip --directory $(TMPDIR) --exclude-vcs --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
208 | + @$(AMTAR) --create --gzip --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
208 | 209 | |
209 | 210 | @rm -fr $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION) |
210 | 211 | @echo $@ | ... | ... |