See this post for the original:
(breaking this out into a new thread)
The configure command was run with:
./configure --with-setgid=games
The configure command used the directory as follows for the 'var' path:
/usr/local/var/games/angband/
Under that there are a pair of subdirectories named 'apex' and 'save', all of which are owned by the 'games' group and flagged as g+rwx.
There is a scores.raw file there (under apex folder), but it is zero bytes, owned by the 'games' group with g+rw. Instead, Angband 3.3.2 seems determined to update the scores.raw file under ~/.angband/Angband/scores/. The save files are also ending up under ~/.angband/Angband/save/ instead of the 'save' directory in the 'var' path.
There is no ANGBAND_HOME environment variable defined.
(breaking this out into a new thread)
The configure command was run with:
./configure --with-setgid=games
The configure command used the directory as follows for the 'var' path:
/usr/local/var/games/angband/
Under that there are a pair of subdirectories named 'apex' and 'save', all of which are owned by the 'games' group and flagged as g+rwx.
There is a scores.raw file there (under apex folder), but it is zero bytes, owned by the 'games' group with g+rw. Instead, Angband 3.3.2 seems determined to update the scores.raw file under ~/.angband/Angband/scores/. The save files are also ending up under ~/.angband/Angband/save/ instead of the 'save' directory in the 'var' path.
There is no ANGBAND_HOME environment variable defined.
Comment