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 --- hangman/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hangman/pathnames.h') diff --git a/hangman/pathnames.h b/hangman/pathnames.h index 74c7b7b6..e11964e1 100644 --- a/hangman/pathnames.h +++ b/hangman/pathnames.h @@ -31,4 +31,6 @@ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ -#define _PATH_DICT "/usr/share/dict/words" +#include "config.h" + +#define _PATH_DICT PREFIX"/share/dict/words" -- cgit v1.2.3-56-ge451