From 3feec2a75ba83cc05efa485063cbfae5b26f6390 Mon Sep 17 00:00:00 2001 From: floam Date: Wed, 1 Mar 2006 22:32:02 +0000 Subject: Makefile git-svn-id: svn://svn.icculus.org/quake3/trunk@609 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 3 ++- web/include/getdata.php | 4 ++-- 2 files changed, 4 insertions(+), 3 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 \ diff --git a/web/include/getdata.php b/web/include/getdata.php index 347a537..939316c 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -146,11 +146,11 @@ trademarks and all other conceivable intellectual property rights related 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. -- cgit v1.2.3