You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binary of the latest stable release looks for the game data under /usr/share/cataclysm-dda even if PREFIX is set to something other than /usr during make.
Steps To Reproduce
build and install with: make ZLEVELS=1 RELEASE=1 LOCALIZE=0 BACKTRACE=0 USE_XDG_DIR=1 PREFIX="/opt/cataclysm-dda-0.e"
simply run the catacylsm under $PREFIX/bin/.
Expected behavior
for the game to look under $(PREFIX)/share/catacylsm-dda instead of /usr/share/catacylsm-dda by default.
Describe the bug
binary of the latest stable release looks for the game data under
/usr/share/cataclysm-dda
even ifPREFIX
is set to something other than/usr
during make.Steps To Reproduce
make ZLEVELS=1 RELEASE=1 LOCALIZE=0 BACKTRACE=0 USE_XDG_DIR=1 PREFIX="/opt/cataclysm-dda-0.e"
catacylsm
under$PREFIX/bin/
.Expected behavior
for the game to look under
$(PREFIX)/share/catacylsm-dda
instead of/usr/share/catacylsm-dda
by default.Versions and configuration
The text was updated successfully, but these errors were encountered: