File: Change-datadir.patch

package info (click to toggle)
etw 3.6%2Bsvn162-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,700 kB
  • sloc: ansic: 31,633; objc: 244; sh: 97; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Markus Koschany <apo@debian.org>
Date: Thu, 8 Nov 2012 16:52:02 +0100
Subject: Change datadir

---
 etw/include/os_defs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etw/include/os_defs.h b/etw/include/os_defs.h
index ab10c65..918855a 100644
--- a/etw/include/os_defs.h
+++ b/etw/include/os_defs.h
@@ -44,7 +44,7 @@ extern char *CONFIG_FILE;
 extern char *RESULT_FILE;
 
 #   define EXEC_DIR        ""
-#   define GAME_DIR        ""
+#   define GAME_DIR        "/usr/share/games/etw/"
 
 #ifndef AMIGA
 #   define TCT_DIR         "tct/"