Hi,

Attached is a simple patch that removes path->string call.
Should be applied to /usr/lib/plt/collects/slibinit/init.ss

Lisp is Terra Incognita to me, so use on your own risk :)


Thanks for considering,
dam
-- 
Damyan Ivanov                           Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993              fax +359(2)920-0994
mobile +359(88)856-6067             [EMAIL PROTECTED]/Gaim
--- /usr/lib/plt/collects/slibinit/init.ss	2006-06-20 23:52:38.000000000 +0300
+++ /root/init.ss	2006-08-13 15:12:58.000000000 +0300
@@ -73,7 +73,7 @@
             (path->string (collection-path "slib")))
           ;; look for slib in a few common places
           (ormap (lambda (dir)
-                   (and (directory-exists? dir) (path->string dir)))
+                   (and (directory-exists? dir) dir))
                  '("/usr/share/slib"
                    ;; this is for RH/Fedora that uses umb-scheme for slib
                    "/usr/share/umb-scheme/slib"))

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to