From ef9d0784fb212140de5e70c3a5e2e8bc3e6b1ede Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 18 Mar 2016 14:29:36 -0700 Subject: [PATCH] Fix copy command --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index b62f154603..93b1bbe258 100644 --- a/makefile.shade +++ b/makefile.shade @@ -149,7 +149,7 @@ var buildTarget = "compile" if (IsLinux) { - Exec("cp", "-ar .build " + Path.Combine(repo, ".build"), ""); + Exec("cp", " -R -l .build " + Path.Combine(repo, ".build"), ""); } else {