From 23454acb66be2a88647262d98d50e0f115519ea0 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 28 Mar 2021 14:39:02 -0400 Subject: Use PREFIX now --- robots/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'robots/pathnames.h') diff --git a/robots/pathnames.h b/robots/pathnames.h index 152810e6..fe3500ba 100644 --- a/robots/pathnames.h +++ b/robots/pathnames.h @@ -31,4 +31,6 @@ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ -#define _PATH_SCORE "/var/games/robots_roll" +#include "config.h" + +#define _PATH_SCORE LOCALSTATEDIR"/games/robots_roll" -- cgit v1.2.3