Ubuntu setup fix

This commit is contained in:
Joshua Granick
2015-04-23 09:29:21 -07:00
parent 89c3c382d7
commit be0012948d

View File

@@ -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 {