diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-03-28 14:39:02 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-03-28 14:39:02 -0400 |
| commit | 23454acb66be2a88647262d98d50e0f115519ea0 (patch) | |
| tree | c593751ce3649be2e502fac3e080d6c0045b9fa0 /rogue/pathnames.h | |
| parent | 08eca96e71d96ad1f8e9b888875ab5570f208d19 (diff) | |
| download | bsdgames-darwin-23454acb66be2a88647262d98d50e0f115519ea0.tar.gz bsdgames-darwin-23454acb66be2a88647262d98d50e0f115519ea0.zip | |
Use PREFIX now
Diffstat (limited to 'rogue/pathnames.h')
| -rw-r--r-- | rogue/pathnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rogue/pathnames.h b/rogue/pathnames.h index d6e91a57..e27f6d09 100644 --- a/rogue/pathnames.h +++ b/rogue/pathnames.h @@ -31,5 +31,7 @@ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ -#define _PATH_SCOREFILE "/var/games/rogue.scores" +#include "config.h" + +#define _PATH_SCOREFILE LOCALSTATEDIR"/games/rogue.scores" #define _PATH_SCREENDUMP "rogue.screen" |
