From bdf1af34dc5e5afaa93bccf07a06f16ad0ba019c Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 10 Dec 2011 00:37:59 +0000 Subject: [PATCH] Fixed typo in Makefiles copyfiles directory path check. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e499dcd8..fb9c1a7a 100644 --- a/Makefile +++ b/Makefile @@ -2396,7 +2396,7 @@ TOOLSOBJ = $(LBURGOBJ) $(Q3CPPOBJ) $(Q3RCCOBJ) $(Q3LCCOBJ) $(Q3ASMOBJ) 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)