File paccoin-util.patch of Package paccoin
--- src/util.cpp 2018-04-17 09:48:51.135466303 +0200
+++ util.cpp 2018-04-17 09:50:26.355534283 +0200
@@ -535,7 +535,7 @@
return pathRet / "Library/Application Support/PaccoinCore";
#else
// Unix
- return pathRet / ".paccoincore";
+ return pathRet / ".paccoin";
#endif
#endif
}