Updates and fixens

This commit is contained in:
Zachary Slater 2005-09-03 22:45:50 +00:00
parent fe3c3f69ec
commit fe4add9920
2 changed files with 12 additions and 0 deletions

View file

@ -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