summaryrefslogtreecommitdiffstats
path: root/fish/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/pathnames.h')
-rw-r--r--fish/pathnames.h6
1 files changed, 4 insertions, 2 deletions
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"