Description: fix location of data files
 Make sure the game finds the data files it is looking for.

--- ballerburg-1.0.1.orig/src/paths.c
+++ ballerburg-1.0.1/src/paths.c
@@ -294,6 +294,8 @@ static void Paths_InitPackageDir(char *p
 		strncpy(psPkgDir, pTempName, FILENAME_MAX);
 	}
 
+	strcpy(psPkgDir, "/usr/share/games/ballerburg/");
+
 	free(pTempName);
 }
 
