summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/trailblazer/files/trailblazer-0.9-gentoo-fhs.patch')
-rw-r--r--games-arcade/trailblazer/files/trailblazer-0.9-gentoo-fhs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-arcade/trailblazer/files/trailblazer-0.9-gentoo-fhs.patch b/games-arcade/trailblazer/files/trailblazer-0.9-gentoo-fhs.patch
new file mode 100644
index 000000000000..d8f6650b61cc
--- /dev/null
+++ b/games-arcade/trailblazer/files/trailblazer-0.9-gentoo-fhs.patch
@@ -0,0 +1,20 @@
+--- a/map.c
++++ b/map.c
+@@ -63,7 +63,7 @@
+ }
+ }
+ fclose(f); // Close the file
+- f = fopen("/usr/share/trailblazer/trail.time","r");
++ f = fopen("/var/trailblazer/trail.time","r");
+ if (f != NULL)
+ {
+ for (i = 0;i < MAPMAX;i++)
+@@ -87,7 +87,7 @@
+ if (Map[i].Data != NULL) free(Map[i].Data);
+ Map[i].Data = NULL;
+ }
+- f = fopen("/usr/share/trailblazer/trail.time","w");
++ f = fopen("/var/trailblazer/trail.time","w");
+ if (f != NULL)
+ {
+ for (i = 0;i < MAPMAX;i++)