mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Cleanup of Jakefiles for better Node adaption
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ global.installCopy = function(sourcePath, useSudo)
|
||||
|
||||
// hacky way to do a sudo copy.
|
||||
if (useSudo)
|
||||
child_process.execSync(["sudo", "cp", "-Rf", sourcePath, path.dirname(targetPath)].join(" ")).toString();
|
||||
child_process.execSync(["sudo", "cp", "-Rf", sourcePath, path.dirname(targetPath)].join(" "));
|
||||
else
|
||||
copyRecursiveSync(sourcePath, targetPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user