From 9759d086b03352d87bb7b536132d3ef731cdbc3c Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Tue, 24 Oct 2006 17:45:55 -0700 Subject: Import Debian changes 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. --- RScheme.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RScheme.init') 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 ""))))) -- cgit v1.2.3