Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59212 | Differences between
and this patch

Collapse All | Expand All

(-)/var/tmp/Directories.cpp (-1 / +1 lines)
Lines 54-60 Link Here
54
const fs::path GetGlobalDir()
54
const fs::path GetGlobalDir()
55
{
55
{
56
    if (!g_initialized) InitDirs();
56
    if (!g_initialized) InitDirs();
57
    char* dir_name = br_find_data_dir("/usr/local/share");
57
    char* dir_name = br_find_data_dir("/usr/share/games");
58
    fs::path p(dir_name);
58
    fs::path p(dir_name);
59
    std::free(dir_name);
59
    std::free(dir_name);
60
    p /= "freeorion";
60
    p /= "freeorion";

Return to bug 59212