r445 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Dec 12 21:35:00 EST 2005
Author: floam
Date: 2005-12-12 21:35:00 -0500 (Mon, 12 Dec 2005)
New Revision: 445
Modified:
trunk/code/unix/Makefile
Log:
I can't be trusted!
Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile 2005-12-12 17:53:55 UTC (rev 444)
+++ trunk/code/unix/Makefile 2005-12-13 02:35:00 UTC (rev 445)
@@ -1767,10 +1767,10 @@
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
- @if [ -f $(BR)/$(PLATFORM)q3ded$(BINEXT) ] \
- then \
- $(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT) \
- fi
+
+ @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
$(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \
$(COPYDIR)/baseq3/.
More information about the quake3-commits
mailing list