Skip to content

Commit

Permalink
[#419] - Switch default xPack to /.local
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 29, 2020
1 parent d6d2384 commit 167238d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static IPath getRepoBasePath() {
} else if (EclipseUtils.isLinux()) {
String homeFolder = env.get("HOME");
IPath path = new Path(homeFolder);
return path.append("/opt");
return path.append("/.local");
} else if (EclipseUtils.isWindows()) {
String homeFolder = env.get("APPDATA");
IPath path = new Path(homeFolder);
Expand Down

0 comments on commit 167238d

Please sign in to comment.