blob: fcdc538bc2fe2deeaba3e687d224c4b285a97f60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- jacal.info.orig 2020-03-30 19:59:43 UTC
+++ jacal.info
@@ -201,9 +201,9 @@ interactive session.
This may involve setting up that implementation's initialization file or
LOADing a '.init' file from the 'slib' directory. Then type:
- (slib:load "/usr/local/lib/jacal/math")
+ (slib:load "%%PREFIX%%/lib/jacal/math")
-where '/usr/local/lib/jacal/' is a path to the JACAL directory. JACAL
+where '%%PREFIX%%/lib/jacal/' is a path to the JACAL directory. JACAL
should then print:
JACAL version 1c7, Copyright 1989-2020 Aubrey Jaffer |
|