aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-05 19:10:49 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-05 19:10:49 +0000
commitc7087af08753a1735fb0a7a7ddbd8e5648fbd8e8 (patch)
treef3330d370f2a925a1328f539f943675de657e446 /Makefile
parent96dfd0b00fe84289b1583efd927dd4fbe422831f (diff)
downloadioquake3-aero-c7087af08753a1735fb0a7a7ddbd8e5648fbd8e8.tar.gz
ioquake3-aero-c7087af08753a1735fb0a7a7ddbd8e5648fbd8e8.zip
package files with owner root
git-svn-id: svn://svn.icculus.org/quake3/trunk@623 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index defa440..43e4fa2 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)
#############################################################################