r609 - in trunk: . web/include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Mar 1 17:32:02 EST 2006
Author: floam
Date: 2006-03-01 17:32:02 -0500 (Wed, 01 Mar 2006)
New Revision: 609
Modified:
trunk/Makefile
trunk/web/include/getdata.php
Log:
Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-03-01 21:43:43 UTC (rev 608)
+++ trunk/Makefile 2006-03-01 22:32:02 UTC (rev 609)
@@ -1662,7 +1662,8 @@
#############################################################################
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 \
Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php 2006-03-01 21:43:43 UTC (rev 608)
+++ trunk/web/include/getdata.php 2006-03-01 22:32:02 UTC (rev 609)
@@ -146,11 +146,11 @@
to the Software are owned by ID and are protected by United States
copyright laws, international treaty provisions and all applicable law,
such as the Lanham Act. You must treat the Software like any other
-copyrighted material, as required by 17 U.S.C., � et seq. and other
+copyrighted material, as required by 17 U.S.C., et seq. and other
applicable law. You agree to use your best efforts to see that any user
of the Software licensed hereunder complies with this Agreement. You
agree that you are receiving a copy of the Software by license only
-and not by sale and that the \"first sale\" doctrine of 17 U.S.C. �
+and not by sale and that the \"first sale\" doctrine of 17 U.S.C.
does not apply to your receipt or use of the Software.
More information about the quake3-commits
mailing list