>From 49da265da4f646efe92e0cc3f84ead3ecab1692e Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 25 Apr 2016 22:23:41 +0200 Subject: [PATCH] Create the destination folder for the -i command Signed-off-by: Mario Domenech Goulart --- chicken-install.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/chicken-install.scm b/chicken-install.scm index 9f22296..7bc6041 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) -- 2.1.4