diff --git a/src/porting.cpp b/src/porting.cpp index f2ca601eb..92615d77a 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -246,9 +246,9 @@ void initializePaths() path_share = std::string(buf) + "/../share/" + PROJECT_NAME; //path_share = std::string(INSTALL_PREFIX) + "/share/" + PROJECT_NAME; if (!fs::PathExists(path_share)) { - dstream<<"WARNING: data path " << path_share << " not found!"; - path_share = std::string(buf) + "/../data"; - dstream<<" Trying " << path_share << std::endl; + dstream<<"WARNING: system-wide share not found at \""<