aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-01 22:32:02 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-01 22:32:02 +0000
commit3feec2a75ba83cc05efa485063cbfae5b26f6390 (patch)
tree0e7f3818679464e43758f67a4713b6ea380d7443 /Makefile
parentb5bf01b12ba8b528bef4fd0d78cc59df273b09ab (diff)
downloadioquake3-aero-3feec2a75ba83cc05efa485063cbfae5b26f6390.tar.gz
ioquake3-aero-3feec2a75ba83cc05efa485063cbfae5b26f6390.zip
Makefile
git-svn-id: svn://svn.icculus.org/quake3/trunk@609 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d54cdb5..defa440 100644
--- a/Makefile
+++ b/Makefile
@@ -1662,7 +1662,8 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
#############################################################################
copyfiles: build_release
- @if [ ! -d $(COPYDIR) ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; false; fi
+ @if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; fi
+ -$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \