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. --- guile.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile.init') diff --git a/guile.init b/guile.init index 9cf6ed4..412a6b4 100644 --- a/guile.init +++ b/guile.init @@ -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))) -- cgit v1.2.3