~ chicken-core (chicken-5) eee72eac07f348b2d6779fdef62be14535ccc57d
commit eee72eac07f348b2d6779fdef62be14535ccc57d
Author: LemonBoy <thatlemon@gmail.com>
AuthorDate: Mon Apr 25 22:23:41 2016 +0200
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Wed Apr 27 20:48:05 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 abee04bf..397c3e95 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -231,6 +231,7 @@
(copy (if *windows-shell*
"copy"
"cp -r")))
+ (create-directory dir #t)
(print "copying required files to " dir " ...")
(for-each
(lambda (f)
Trap