patch from Tomas Lozano-Perez
svn: r2203
This commit is contained in:
parent
79ef8f3f9c
commit
b50b05dd5b
|
@ -53,7 +53,7 @@
|
||||||
(let ([p (collection-path "mzlib")])
|
(let ([p (collection-path "mzlib")])
|
||||||
(let*-values ([(base name dir?) (split-path p)]
|
(let*-values ([(base name dir?) (split-path p)]
|
||||||
[(base name dir?) (split-path base)])
|
[(base name dir?) (split-path base)])
|
||||||
(and (string? base) base))))
|
(and (path? base) (path->string base)))))
|
||||||
(case (system-type)
|
(case (system-type)
|
||||||
((unix macosx) "/usr/local/lib/plt")
|
((unix macosx) "/usr/local/lib/plt")
|
||||||
((windows) "C:\\Program Files\\PLT")
|
((windows) "C:\\Program Files\\PLT")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user