mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-02 21:35:11 +01:00
More "standard" paths for servers
This commit is contained in:
parent
14f6b0d428
commit
fd5bab7f15
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
VERSION := $(shell util/version.sh $(CC))
|
||||
|
||||
GAME = dnethack
|
||||
GAMEUID = acehack
|
||||
GAMEGID = acehack
|
||||
GAMEUID = nethack
|
||||
GAMEGID = nethack
|
||||
|
||||
INSTALL = install
|
||||
|
||||
PREFIX = /srv/acehack
|
||||
PREFIX = /opt/nethack
|
||||
GAMEDIR = $(PREFIX)/dnao-$(VERSION)
|
||||
VARDIR = $(GAMEDIR)
|
||||
MASTERDIR = $(PREFIX)/dnethackdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue