blob: daae5f2c594d99da6ba8b30161983ca72b43d504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-ab,v 1.8 2020/08/10 23:18:52 rjs Exp $
Honor PREFIX.
--- doc/sbcl.1.orig 2020-07-30 19:30:02.000000000 +0000
+++ doc/sbcl.1
@@ -423,8 +423,8 @@ This variable controls where files like
add-on "contrib" systems are searched for. If it is not set, then sbcl
looks in \fB../lib/sbcl/\fR relative to the location of the executable,
or in the current directory. If your executable is in the default
-location \fB/usr/local/bin/\fR then it will look in
-\fB/usr/local/lib/sbcl/\fR.
+location \fB/usr/@PREFIX@/bin/\fR then it will look in
+\fB/usr/@PREFIX@/lib/sbcl/\fR.
.SH FILES
@@ -457,7 +457,7 @@ been installed, the command
should give you access to the complete manual. Depending on your
installation it may also be available in HTML and PDF formats in \fIe.g.\fR
.IP
-.B /usr/local/share/doc/sbcl/
+.B /usr/@PREFIX@/share/doc/sbcl/
.PP
See the SBCL homepage
.IP
|