$NetBSD: patch-ae,v 1.2 2015/12/29 23:34:56 dholland Exp $

Honor PREFIX.

--- SLIB-for-umb-scheme.init.orig	Thu Apr 12 20:08:58 2001
+++ SLIB-for-umb-scheme.init
@@ -40,7 +40,7 @@
 
 (define (implementation-vicinity)
   (case (software-type)
-    ((UNIX)	 "/usr/local/src/scheme/")
+    ((UNIX)	 "@PREFIX@/share/umb-scheme/")
     ((VMS)	"scheme$src:")
     ((MS-DOS)	"C:\\scheme\\")))
 
@@ -55,7 +55,7 @@
 	  ;; Use this path if your scheme does not support GETENV
 	  ;; or if SCHEME_LIBRARY_PATH is not set.
 	  (case (software-type)
-	    ((UNIX) "/usr/local/lib/slib/")
+	    ((UNIX) "@PREFIX@/share/umb-scheme/slib/")
 	    ((VMS) "lib$scheme:")
 	    ((MS-DOS) "C:\\SLIB\\")
 	    (else "")))))
