[quake3-commits] r2211 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 9 19:37:59 EST 2011


Author: ztm
Date: 2011-12-09 19:37:59 -0500 (Fri, 09 Dec 2011)
New Revision: 2211

Modified:
   trunk/Makefile
Log:
Fixed typo in Makefiles copyfiles directory path check.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-12-08 23:34:51 UTC (rev 2210)
+++ trunk/Makefile	2011-12-10 00:37:59 UTC (rev 2211)
@@ -2396,7 +2396,7 @@
 
 
 copyfiles: release
-	@if [ ! -d $(COPYDIR)/$(BASENAME) ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; fi
+	@if [ ! -d $(COPYDIR)/$(BASEGAME) ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; fi
 ifneq ($(BUILD_GAME_SO),0)
   ifneq ($(BUILD_BASEGAME),0)
 	-$(MKDIR) -p -m 0755 $(COPYDIR)/$(BASEGAME)



More information about the quake3-commits mailing list