summaryrefslogtreecommitdiff
path: root/lang/mzscheme/patches/patch-aj
blob: bd84ff77d662b0782f4eb5e589480012d864faab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.3 2003/12/23 23:57:16 pooka Exp $

--- ../collects/slibinit/init.ss.orig	2003-12-21 21:02:43.000000000 +0100
+++ ../collects/slibinit/init.ss
@@ -55,7 +55,7 @@
 			       [(base name dir?) (split-path base)])
 		   (and (string? base) base))))
 	     (case (system-type)
-	       ((unix macosx) "/usr/local/lib/plt")
+	       ((unix macosx) "XXXPREFIXXXX/lib/plt")
 	       ((windows) "C:\\Program Files\\PLT")
 	       ((macos) "My Disk:plt:")))])
     (lambda () path)))