--- src/sdlport/setup.cpp.orig 2008-03-06 00:56:45.000000000 +0100 +++ src/sdlport/setup.cpp 2008-03-06 00:57:07.000000000 +0100 @@ -89,7 +89,7 @@ if( (fd = fopen( rcfile, "w" )) != NULL ) { fputs( "; Abuse-SDL Configuration file\n\n", fd ); - fputs( "; Location of the datafiles\ndatadir=/var/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 );