Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 241846
Collapse All | Expand All

(-)src/misc.cpp.orig (-1 / +2 lines)
Lines 61-66 Link Here
61
{
61
{
62
#ifdef DATA_DIR
62
#ifdef DATA_DIR
63
  std::string dir = DATA_DIR;
63
  std::string dir = DATA_DIR;
64
  dir += "/skins/";
64
#else
65
#else
65
  std::string dir = CL_System::get_exe_path() + get_path_separator() + "skins";
66
  std::string dir = CL_System::get_exe_path() + get_path_separator() + "skins";
66
#endif
67
#endif
Lines 75-81 Link Here
75
#else
76
#else
76
#ifdef DATA_DIR
77
#ifdef DATA_DIR
77
  std::string file_path = DATA_DIR;
78
  std::string file_path = DATA_DIR;
78
  file_path += "/";
79
  file_path += "/data/";
79
#else
80
#else
80
  std::string file_path = CL_System::get_exe_path() + "/data";
81
  std::string file_path = CL_System::get_exe_path() + "/data";
81
#endif
82
#endif

Return to bug 241846