Ticket #11015: patch-RScheme.init

File patch-RScheme.init, 408 bytes (added by mas@…, 18 years ago)

files/patch-RScheme.init

Line 
1--- RScheme.init.orig   2006-09-13 19:43:01.000000000 +0200
2+++ RScheme.init        2006-11-08 21:06:40.000000000 +0100
3@@ -48,7 +48,7 @@
4          ;; Use this path if your scheme does not support GETENV
5          ;; or if SCHEME_LIBRARY_PATH is not set.
6          (case (software-type)
7-           ((unix) "/usr/lib/slib/")
8+           ((unix) "/opt/local/lib/slib/")
9            ((vms) "lib$scheme:")
10            ((ms-dos) "C:\\SLIB\\")
11            (else "")))))