blob: e75aaddc2c506766f43e2caf07455db1d15e81a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.1.1.1 2001/05/31 15:48:05 agc Exp $
--- errors.cc.orig Fri Mar 23 01:35:40 2001
+++ errors.cc Thu May 31 13:45:32 2001
@@ -128,11 +128,11 @@
break;
case NO_HFILE_PATH:
errout += "NO_HFILE_PATH\n\
-If /etc/xtide.conf is not provided, you must set the environment variable\n\
+If ${PREFIX}/etc/xtide.conf is not provided, you must set the environment variable\n\
HFILE_PATH to point to your harmonics files. Example:\n\
- export HFILE_PATH=/usr/local/share/xtide/harmonics.txt:\\\n\
- /usr/local/share/xtide/offsets.xml\n\
-Please refer to the documentation for usage of /etc/xtide.conf.";
+ export HFILE_PATH=${PREFIX}/share/xtide/harmonics.txt:\\\n\
+ ${PREFIX}/share/xtide/offsets.xml\n\
+Please refer to the documentation for usage of ${PREFIX}/etc/xtide.conf.";
break;
case IMPOSSIBLE_CONVERSION:
errout += "IMPOSSIBLE_CONVERSION\n\
|