summaryrefslogtreecommitdiff
path: root/lang/mzscheme/patches/patch-ai
blob: 12eff4bb7a2c6514b0d300299fda07bd08e00ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $

--- ../../collects/mzlib/restartr.ss.orig	Thu Mar 11 17:13:43 1999
+++ ../../collects/mzlib/restartr.ss	Sat Jan  8 23:58:48 2000
@@ -144,7 +144,7 @@
 			  (lambda () (find-executable-path program "collects"))
 			  (lambda ()
 			    (case (system-type)
-			      [(unix beos) "/usr/local/lib/plt/collects"]
+			      [(unix beos) "XXXPREFIXXXX/lib/plt/collects"]
 			      [(windows) "c:\\plt\\collects"]
 			      [else #f]))))
 			null)))))