diff options
author | Dmitry Smirnov <onlyjob@member.fsf.org> | 2013-05-25 08:09:27 +1000 |
---|---|---|
committer | Dmitry Smirnov <onlyjob@member.fsf.org> | 2013-05-25 08:09:27 +1000 |
commit | 49766aced1299d781db0f9b7a200472720768fe5 (patch) | |
tree | 8f6ff9bffe61ec3e21fd47faf34fd9417cfed817 /debian/patches/homepath.patch | |
download | d2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.tar.gz d2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.tar.bz2 d2x-rebirth-49766aced1299d781db0f9b7a200472720768fe5.zip |
Initial commit
Diffstat (limited to 'debian/patches/homepath.patch')
-rw-r--r-- | debian/patches/homepath.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/homepath.patch b/debian/patches/homepath.patch new file mode 100644 index 0000000..c7fd65b --- /dev/null +++ b/debian/patches/homepath.patch @@ -0,0 +1,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:
+ ===============
|