--- scheme-3.2/slib/umbscheme.init Sun Jun 4 16:09:20 2000 +++ scheme-3.2/slib/umbscheme.init Sun Jun 4 16:09:56 2000 @@ -35,7 +35,7 @@ (define (implementation-vicinity) (case (software-type) - ((UNIX) "/usr/lib/umb-scheme/") + ((UNIX) "/usr/share/umb-scheme/") ((VMS) "scheme$src:") ((MS-DOS) "C:\\scheme\\"))) @@ -50,7 +50,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/umb-scheme/slib/") + ((UNIX) "/usr/share/umb-scheme/slib/") ((VMS) "lib$scheme:") ((MS-DOS) "C:\\SLIB\\") (else "")))))