Skip to content
Snippets Groups Projects
Commit ac4f176c authored by Alexandre Lision's avatar Alexandre Lision
Browse files

* #40245: remove .cache directory for get_cache_dir fallback

parent 9d7b1c50
No related branches found
No related tags found
No related merge requests found
......@@ -186,8 +186,7 @@ get_cache_dir()
if (not cache_home.empty()) {
return cache_home;
} else {
return get_home_dir() + DIR_SEPARATOR_STR +
".cache" + DIR_SEPARATOR_STR + PACKAGE;
return get_home_dir() + DIR_SEPARATOR_STR + PACKAGE;
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment