Ticket #11015: patch-guile.init
File patch-guile.init, 427 bytes (added by mas@…, 18 years ago) |
---|
Line | |
---|---|
1 | --- guile.init.orig 2006-04-24 05:53:25.000000000 +0200 |
2 | +++ guile.init 2006-11-08 21:09:43.000000000 +0100 |
3 | @@ -58,7 +58,7 @@ |
4 | (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH")) |
5 | ;; Use this path if your scheme does not support GETENV |
6 | ;; or if SCHEME_LIBRARY_PATH is not set. |
7 | - "/usr/lib/slib/" |
8 | + "/opt/local/lib/slib/" |
9 | (in-vicinity (implementation-vicinity) "slib/")))) |
10 | (lambda () library-path))) |
11 |