r3551 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 24 11:02:00 EDT 2008


Author: div0
Date: 2008-03-24 11:02:00 -0400 (Mon, 24 Mar 2008)
New Revision: 3551

Modified:
   trunk/data/Makefile
Log:
oops, forgot this $(RM) command


Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2008-03-24 15:01:10 UTC (rev 3550)
+++ trunk/data/Makefile	2008-03-24 15:02:00 UTC (rev 3551)
@@ -44,4 +44,5 @@
 		TDIR=`mktemp -d -t nexuizpk3.XXXXXX`; \
 		svn export --force . $$TDIR; \
 		cd $$TDIR; \
+		$(RM) -r qcsrc common-spog.pk3 \
 		$(ZIP) $$ABSPK3NAME .




More information about the nexuiz-commits mailing list