r623 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 5 14:10:50 EST 2006


Author: ludwig
Date: 2006-03-05 14:10:49 -0500 (Sun, 05 Mar 2006)
New Revision: 623

Modified:
   trunk/Makefile
Log:
package files with owner root


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-03-05 07:08:09 UTC (rev 622)
+++ trunk/Makefile	2006-03-05 19:10:49 UTC (rev 623)
@@ -1716,7 +1716,7 @@
 	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)
 
 #############################################################################




More information about the quake3-commits mailing list