From 544d0422aa4ed0c09e5053a81e1af2b678142bc4 Mon Sep 17 00:00:00 2001 From: "colin.smith" Date: Tue, 15 Aug 2006 00:44:32 +0000 Subject: [PATCH] Change slib's location to a more usual place. git-svn-id: svn://localhost/root/svnrepo/trunk@10 bee25f81-8ba7-4b93-944d-dfac3d1a11cc --- lib/vx-scheme.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vx-scheme.init b/lib/vx-scheme.init index 338e3ad..295cb7c 100644 --- a/lib/vx-scheme.init +++ b/lib/vx-scheme.init @@ -48,7 +48,7 @@ ; (else ""))))) ; (lambda () library-path))) ;(define (library-vicinity) "/usr/local/lib/slib/") -(define (library-vicinity) "/usr/share/guile/slib/") +(define (library-vicinity) "/usr/share/slib/") ;;; (home-vicinity) should return the vicinity of the user's HOME ;;; directory, the directory which typically contains files which