]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use --owner=root --group=root for creating archive.tar.gz.
authorBruno Haible <bruno@clisp.org>
Thu, 2 May 2002 15:02:55 +0000 (15:02 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:56 +0000 (12:07 +0200)
misc/Makefile.am

index c49544b15b074087764e4541e597a59f7b783a61..97b17dd2b0ae5c64d8b6e8a810db9c93221a714a 100644 (file)
@@ -29,4 +29,4 @@ gettextsrcdir = $(datadir)/gettext
 gettextsrc_DATA = archive.tar.gz
 
 archive.tar.gz:
-       (cd autopoint-files && tar cf - `find archive -type f | grep -v /CVS/`) | gzip -c -9 > $@
+       (cd autopoint-files && tar cf - --owner=root --group=root `find archive -type f | grep -v /CVS/`) | gzip -c -9 > $@