~ chicken-core (chicken-5) c4b8bde930d383d5572975e6f5cce025d9fb759d


commit c4b8bde930d383d5572975e6f5cce025d9fb759d
Author:     unknown <felix@.(none)>
AuthorDate: Tue Oct 20 13:23:55 2009 +0200
Commit:     unknown <felix@.(none)>
CommitDate: Tue Oct 20 13:23:55 2009 +0200

    install so, not scm, silly

diff --git a/setup-api.scm b/setup-api.scm
index 7c6600d7..b5739b06 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -506,7 +506,7 @@
     (install-extension
      name
      (list fname 
-	   iname
+	   (pathname-replace-extension iname "so")
 	   (make-pathname #f sname "setup"))
      `((version ,version)
        (static ,(make-pathname #f fname "o"))))))
Trap