Ubuntu setup fix
This commit is contained in:
@@ -178,7 +178,7 @@ class PlatformSetup {
|
||||
}
|
||||
|
||||
ProcessHelper.runCommand ("", "tar", [ arguments, sourceZIP ], false);
|
||||
ProcessHelper.runCommand ("", "cp", [ "-R", ignoreRootFolder + "/*", targetPath ], false);
|
||||
ProcessHelper.runCommand ("", "cp", [ "-R", ignoreRootFolder + "/.", targetPath ], false);
|
||||
Sys.command ("rm", [ "-r", ignoreRootFolder ]);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user