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 --- fish/pathnames.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fish/pathnames.h') diff --git a/fish/pathnames.h b/fish/pathnames.h index 3dced4a8..9b40d1f4 100644 --- a/fish/pathnames.h +++ b/fish/pathnames.h @@ -31,5 +31,7 @@ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ -#define _PATH_INSTR "/usr/share/games/fish.instr" -#define _PATH_MORE "/usr/bin/more" +#include "config.h" + +#define _PATH_INSTR PREFIX"/share/games/fish.instr" +#define _PATH_MORE PREFIX"/bin/more" -- cgit v1.2.3