diff options
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 3 |
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 |