diff options
author | Thomas Bushnell, BSG <tb@debian.org> | 2006-10-24 17:45:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:37 -0800 |
commit | 9759d086b03352d87bb7b536132d3ef731cdbc3c (patch) | |
tree | c6b54bef66f3006b9aefb6a7aac2a474ad282a92 /RScheme.init | |
parent | 97fc07b2d8896b869db55827900f24e6528a9bd6 (diff) | |
download | slib-9759d086b03352d87bb7b536132d3ef731cdbc3c.tar.gz slib-9759d086b03352d87bb7b536132d3ef731cdbc3c.zip |
Import Debian changes 3a4-2debian/3a4-2
slib (3a4-2) unstable; urgency=low
* guile.init (library-vicinity): Set default location of slib to
/usr/share/slib instead of /usr/lib/slib.
* RScheme.init (library-vicinity): Likewise.
* require.scm: Work around the fact that scm versions < 5e3 set
*features* but not slib:features.
Diffstat (limited to 'RScheme.init')
-rw-r--r-- | RScheme.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RScheme.init b/RScheme.init index 544bca1..4f80b41 100644 --- a/RScheme.init +++ b/RScheme.init @@ -48,7 +48,7 @@ ;; Use this path if your scheme does not support GETENV ;; or if SCHEME_LIBRARY_PATH is not set. (case (software-type) - ((unix) "/usr/lib/slib/") + ((unix) "/usr/share/slib/") ((vms) "lib$scheme:") ((ms-dos) "C:\\SLIB\\") (else ""))))) |