fix recover on Linux
Also, recover should be a target-side utility, not host. That really only makes a difference if you are cross-compiling.
This commit is contained in:
@@ -258,7 +258,7 @@ endif # WANT_LIBNH
|
||||
|
||||
#PREFIX=/usr
|
||||
PREFIX=$(wildcard ~)/nh/install
|
||||
HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
|
||||
HACKDIR=$(PREFIX)/games/lib/nethackdir
|
||||
SHELLDIR = $(PREFIX)/games
|
||||
INSTDIR=$(HACKDIR)
|
||||
VARDIR = $(HACKDIR)
|
||||
|
||||
Reference in New Issue
Block a user