Fix the problem in a different way

This commit is contained in:
Alexander "Ace" Olofsson 2012-09-08 15:55:02 +02:00
parent b6fcd337df
commit 6e317f00eb
4 changed files with 7 additions and 3 deletions

View file

@ -80,7 +80,7 @@ boost::filesystem::path LinuxPath::getCachePath() const
{
userPath = boost::filesystem::path(theDir);
}
userPath /= "/.cache/openmw";
userPath /= ".cache";
return userPath;
}