diff options
Diffstat (limited to 'guile.init')
-rw-r--r-- | guile.init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH")) ;; Use this path if your scheme does not support GETENV ;; or if SCHEME_LIBRARY_PATH is not set. - "/usr/lib/slib/" + "/usr/share/slib/" (in-vicinity (implementation-vicinity) "slib/")))) (lambda () library-path))) |