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 --- hunt/include/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hunt/include/pathnames.h') diff --git a/hunt/include/pathnames.h b/hunt/include/pathnames.h index 2595c9a0..e8cdf276 100644 --- a/hunt/include/pathnames.h +++ b/hunt/include/pathnames.h @@ -30,6 +30,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define PATH_HUNTD "/usr/games/huntd" +#include "config.h" + +#define PATH_HUNTD PREFIX"/games/huntd" #define PATH_HUNTSOCKET "/tmp/hunt" #define PATH_STATSOCKET "/tmp/hunt.stats" -- cgit v1.2.3-56-ge451