--- src/main.cpp.orig 2003-11-08 12:05:44.053967560 -0500 +++ src/main.cpp 2003-11-08 12:06:20.311455584 -0500 @@ -116,7 +116,7 @@ if ( chdir( "data" ) != 0 ) // this works in source-tree if ( chdir ( "../../data" ) != 0 ) // this works in source-tree if ( chdir ( "../data" ) != 0 ) // this works in release - chdir ( "../../GemHunters-data" ) ; // last resort :) + chdir ( GENTOO_DATADIR ) ; // last resort :) file_cache . Init () ;