From d9c83f6a543529a07a443e6bf2af9675d7a64deb Mon Sep 17 00:00:00 2001 From: zakk Date: Sat, 3 Sep 2005 22:45:50 +0000 Subject: Updates and fixens git-svn-id: svn://svn.icculus.org/quake3/trunk@76 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/unix') diff --git a/code/unix/Makefile b/code/unix/Makefile index a242852..9ae73c8 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -20,6 +20,9 @@ PLATFORM=$(shell uname|tr A-Z a-z) PLATFORM_RELEASE=$(shell uname -r) ARCH:=$(shell uname -m | sed -e s/i.86/i386/) +ifndef COPYDIR +COPYDIR="/usr/local/games/quake3" +endif ### ### These paths are where you probably want to change things -- cgit v1.2.3