SDK Updater: fix install in new directory.
Also change the getenv hack so that multiple sources can be specified, separated by ;
This commit is contained in:
@@ -586,12 +586,12 @@ public class Archive implements IDescription {
|
||||
destFolder.getPath());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (!unzipDestFolder.mkdirs()) {
|
||||
monitor.setResult("Failed to create temp directory %1$s",
|
||||
unzipDestFolder.getPath());
|
||||
return false;
|
||||
}
|
||||
if (!unzipDestFolder.mkdirs()) {
|
||||
monitor.setResult("Failed to create directory %1$s",
|
||||
unzipDestFolder.getPath());
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!unzipFolder(archiveFile, getSize(), unzipDestFolder, desc, monitor)) {
|
||||
|
||||
Reference in New Issue
Block a user