~ chicken-core (chicken-5) 49b6b9e7b33a9b8aa3830a48ea0e7b8d6ac9d870
commit 49b6b9e7b33a9b8aa3830a48ea0e7b8d6ac9d870
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:41:51 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