summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 04:36:54 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 04:36:54 +0000
commit813cc1215d25fae7bbb912649a68649251a3a022 (patch)
tree9a890385300b7456d057495faa4115230909a1bb /crawl-ref/source/makefile.unix
parentb33809153c88e3f2e47e494ee3dfa563d73f07f4 (diff)
downloadcrawl-ref-813cc1215d25fae7bbb912649a68649251a3a022.tar.gz
crawl-ref-813cc1215d25fae7bbb912649a68649251a3a022.zip
Oops, accidently checked in my local makefiles; sorry.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2104 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index 281ace7259..f8211891d8 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -31,16 +31,16 @@ MCHMOD := 2755
MCHMOD_SAVEDIR := 775
# The user:group to install the game as.
-INSTALL_UGRP := matt:games
+INSTALL_UGRP := games:games
-INSTALLDIR := /usr/games/crawl-svn
+INSTALLDIR := /usr/games/crawl
# If you're installing Crawl for multiple users, you *must* set this to a
# valid path before building Crawl. This is not necessary if you are building
# Crawl for a single user.
-# SAVEDIR := /usr/games/crawl-svn/saves/
-# DATADIR := /usr/games/crawl-svn/data/
+# SAVEDIR := /usr/games/crawl/saves/
+# DATADIR := /usr/games/crawl/data/
LEX := flex
YACC := bison -y