From aed3c9c66768da6f85132e2b5c52d69aafa6b999 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sun, 5 Mar 2006 19:10:49 +0000 Subject: [PATCH] package files with owner root --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index defa4401..43e4fa27 100644 --- a/Makefile +++ b/Makefile @@ -1716,7 +1716,7 @@ dist: which convert >/dev/null 2>&1 && convert -border 2 -bordercolor black web/images/quake3_logo_web.png \ quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true rm -rf quake3-$(SVN_VERSION)/web - tar --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION) + tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION) rm -rf quake3-$(SVN_VERSION) #############################################################################