Skip to content

Commit

Permalink
Try different way
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gyes committed Dec 12, 2005
1 parent a45cab3 commit 88237be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/unix/Makefile
Expand Up @@ -1767,7 +1767,8 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
copyfiles: build_release
@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(COPYDIR)/quake3
ifneq ($(PLATFORM),mingw32)
@if [ -f $(BR)/$(PLATFORM)q3ded$(BINEXT) ]
then
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT)
fi
-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
Expand Down

0 comments on commit 88237be

Please sign in to comment.