linux-dist: Also add /etc/reicast as system config dir

This commit is contained in:
Jan Holthuis 2015-08-23 02:13:19 +02:00
parent b6d0cddcaa
commit 5f6480e983
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ std::vector<string> find_system_config_dirs()
}
else
{
dirs.push_back("/etc/reicast"); // This isn't part of the XDG spec, but much more common than /etc/xdg/
dirs.push_back("/etc/xdg/reicast");
}
return dirs;