summaryrefslogtreecommitdiff
path: root/debian/patches/homepath.patch
blob: c7fd65b33a3b781dc16969beb5fe99bc389ff7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Last-Update: 2013-05-25
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Forwarded: no
Description: fix path to game data files and .ini file name

--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -101,21 +101,21 @@
 =========================
 
    *NIX
    ----
-   The Sharepath (/usr/share/games/d2x-rebirth/ by default - if not reconfigured via SCons) or
-   ~/.d1x-rebirth or
-   another directory specified by -hogdir via d1x.ini
+   The Sharepath (/usr/share/games/d2x-rebirth/ by default - if not reconfigured via SCons) or
+   ~/.d2x-rebirth or
+   another directory specified by -hogdir via d2x.ini
 
    MacOS
    -----
    Same directory as where the binary is located or
-   another directory specified by -hogdir via d1x.ini
+   another directory specified by -hogdir via d2x.ini
 
    Win32
    -----
    Same directory as where the binary is located
-   another directory specified by -hogdir via d1x.ini
+   another directory specified by -hogdir via d2x.ini
    
 
 Optional files:
 ===============
bgstack15