aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-03 22:45:50 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-03 22:45:50 +0000
commitd9c83f6a543529a07a443e6bf2af9675d7a64deb (patch)
tree5f0c2fdf169ded8e82e7ae654a3dfcad7f9fb05e /code/unix/Makefile
parentf02fd4d23c21b52dc34a16d63b96701fcbf6d3bb (diff)
downloadioquake3-aero-d9c83f6a543529a07a443e6bf2af9675d7a64deb.tar.gz
ioquake3-aero-d9c83f6a543529a07a443e6bf2af9675d7a64deb.zip
Updates and fixens
git-svn-id: svn://svn.icculus.org/quake3/trunk@76 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r--code/unix/Makefile3
1 files changed, 3 insertions, 0 deletions
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