summaryrefslogtreecommitdiff
path: root/lang/mzscheme/patches/patch-aj
blob: f0deb3eda2e5963f1ad665a744d82f152da49d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.2 2002/08/27 16:42:25 pooka Exp $

--- ../../collects/slibinit/init.ss.orig	Thu Apr 22 19:21:19 1999
+++ ../../collects/slibinit/init.ss	Sun Jan  9 00:00:34 2000
@@ -53,7 +53,7 @@
 			       [(base name dir?) (split-path base)])
 		   (and (string? base) base))))
 	     (case (system-type)
-	       ((unix) "/usr/local/lib/plt")
+	       ((unix) "XXXPREFIXXXX/lib/plt")
 	       ((windows) "C:\\Program Files\\PLT")
 	       ((macos) "My Disk:plt:")))])
     (lambda () path)))