--- ./src/sdlport/setup.cpp.org 2005-05-25 20:05:50.000000000 +0200 +++ ./src/sdlport/setup.cpp 2005-05-25 20:06:04.000000000 +0200 @@ -72,7 +72,7 @@ if( (fd = fopen( rcfile, "w" )) != NULL ) { fputs( "; Abuse-SDL Configuration file\n\n", fd ); - fputs( "; Location of the datafiles\ndatadir=/usr/local/share/games/abuse\n\n", fd ); + fputs( "; Location of the datafiles\ndatadir=/usr/share/games/abuse\n\n", fd ); fputs( "; Startup fullscreen\nfullscreen=0\n\n", fd ); fputs( "; Use DoubleBuffering\ndoublebuf=0\n\n", fd ); fputs( "; Use mono audio only\nmono=0\n\n", fd );