~ chicken-core (chicken-5) ad5f74dce9e9b5fc9516f2ed8c62d1fbdecc5e9a


commit ad5f74dce9e9b5fc9516f2ed8c62d1fbdecc5e9a
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sun Jan 24 13:53:29 2016 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sun Jan 24 13:53:29 2016 +0100

    Fix init-repository: use repo-path instead of prefix
    
    This fixes today's massive Salmonella breakage

diff --git a/chicken-install.scm b/chicken-install.scm
index 033a2524..f21c6bdc 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -206,7 +206,7 @@
         '()))
 
   (define (init-repository dir)
-    (let ((src (get-prefix))
+    (let ((src (repo-path))
           (copy (if *windows-shell*
                     "copy"
                     "cp -r")))
Trap