We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d2384 commit 167238dCopy full SHA for 167238d
plugins/ilg.gnumcueclipse.core/src/ilg/gnumcueclipse/core/XpackUtils.java
@@ -60,7 +60,7 @@ public static IPath getRepoBasePath() {
60
} else if (EclipseUtils.isLinux()) {
61
String homeFolder = env.get("HOME");
62
IPath path = new Path(homeFolder);
63
- return path.append("/opt");
+ return path.append("/.local");
64
} else if (EclipseUtils.isWindows()) {
65
String homeFolder = env.get("APPDATA");
66
0 commit comments