summaryrefslogtreecommitdiffstats
path: root/abuse_sdl/build/abuse_sdl_datadir.patch
blob: 07b32644b0bcffb82e2b939d973c806950c80cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 );