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 --- atc/pathnames.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'atc/pathnames.h') diff --git a/atc/pathnames.h b/atc/pathnames.h index 742b8fd7..d73f6ff6 100644 --- a/atc/pathnames.h +++ b/atc/pathnames.h @@ -33,5 +33,7 @@ #include -#define _PATH_GAMES "/usr/share/games/atc/" -#define _PATH_SCORE "/var/games/atc_score" +#include "config.h" + +#define _PATH_GAMES PREFIX"/share/games/atc/" +#define _PATH_SCORE LOCALSTATEDIR"/games/atc_score" -- cgit v1.2.3