Skip to content

Commit 167238d

Browse files
committed
[#419] - Switch default xPack to /.local
1 parent d6d2384 commit 167238d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ilg.gnumcueclipse.core/src/ilg/gnumcueclipse/core/XpackUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static IPath getRepoBasePath() {
6060
} else if (EclipseUtils.isLinux()) {
6161
String homeFolder = env.get("HOME");
6262
IPath path = new Path(homeFolder);
63-
return path.append("/opt");
63+
return path.append("/.local");
6464
} else if (EclipseUtils.isWindows()) {
6565
String homeFolder = env.get("APPDATA");
6666
IPath path = new Path(homeFolder);

0 commit comments

Comments
 (0)