~ chicken-core (chicken-5) 6df285bcb81077bf467a1ed0331be20e2c756374


commit 6df285bcb81077bf467a1ed0331be20e2c756374
Author:     felix <felix@y.(none)>
AuthorDate: Sun Mar 28 15:13:39 2010 +0200
Commit:     felix <felix@y.(none)>
CommitDate: Sun Mar 28 15:13:39 2010 +0200

    fixed bug in standard-extension (setup-api)

diff --git a/setup-api.scm b/setup-api.scm
index 2970786c..7589bd24 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -510,7 +510,7 @@
     (compile -s -O3 -d0 ,iname)
     (install-extension
      name
-     (list fname 
+     (list (pathname-replace-extension fname "so")
 	   (pathname-replace-extension iname "so")
 	   (make-pathname #f sname "setup"))
      `((version ,version)
Trap