File bitbean-util.patch of Package bitbean
--- src/util.cpp 2016-01-16 15:44:39.000000000 +0100
+++ util.cpp 2016-01-16 15:46:08.067815773 +0100
@@ -1025,7 +1025,7 @@
return pathRet / "BitBean";
#else
// Unix
- return pathRet / ".BitBean";
+ return pathRet / ".bitbean";
#endif
#endif
}
@@ -1067,7 +1067,7 @@
boost::filesystem::path GetConfigFile()
{
- boost::filesystem::path pathConfigFile(GetArg("-conf", "BitBean.conf"));
+ boost::filesystem::path pathConfigFile(GetArg("-conf", "bitbean.conf"));
if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile;
return pathConfigFile;
}