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 {