~ chicken-core (chicken-5) a8a9e945bf22c95adbc765a6754137cd80492fd9
commit a8a9e945bf22c95adbc765a6754137cd80492fd9
Author: LemonBoy <thatlemon@gmail.com>
AuthorDate: Mon Apr 25 22:23:41 2016 +0200
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Wed Apr 27 19:57:26 2016 +1200
Create the destination folder for the "-init" command
Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
Signed-off-by: Evan Hanson <evhan@foldling.org>
diff --git a/chicken-install.scm b/chicken-install.scm
index 9f22296d..7bc60414 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -210,6 +210,7 @@
(copy (if *windows-shell*
"copy"
"cp -r")))
+ (create-directory dir #t)
(print "copying required files to " dir " ...")
(for-each
(lambda (f)
Trap