diff options
Diffstat (limited to 'math/jacal/files/patch-jacal.texi')
-rw-r--r-- | math/jacal/files/patch-jacal.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/jacal/files/patch-jacal.texi b/math/jacal/files/patch-jacal.texi new file mode 100644 index 000000000000..5eaa2dd8e7b5 --- /dev/null +++ b/math/jacal/files/patch-jacal.texi @@ -0,0 +1,16 @@ +--- ./jacal.texi.orig Sun Nov 30 22:29:33 2003 ++++ ./jacal.texi Mon Feb 14 21:44:19 2005 +@@ -344,11 +344,11 @@ + LOADing a @samp{.init} file from the @file{slib} directory. Then type: + + @example +-(slib:load "/usr/local/lib/jacal/math") ++(slib:load "%%PREFIX%%/lib/jacal/math") + @end example + + @noindent +-where @file{/usr/local/lib/jacal/} is a path to the JACAL directory. ++where @file{%%PREFIX%%/lib/jacal/} is a path to the JACAL directory. + JACAL should then print: + + @example |