summarylogtreecommitdiffstats
path: root/doom-share-dir.patch
diff options
context:
space:
mode:
authorJan Cholasta2013-11-01 12:04:50 +0100
committerJan Cholasta2013-11-01 12:04:50 +0100
commit3715225d5fbda27839bd81e28e00a65cb66427ae (patch)
treee29406bd81105043e2fd7142073d666c2578bd90 /doom-share-dir.patch
downloadaur-3715225d5fbda27839bd81e28e00a65cb66427ae.tar.gz
Initial commit.
Diffstat (limited to 'doom-share-dir.patch')
-rw-r--r--doom-share-dir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/doom-share-dir.patch b/doom-share-dir.patch
new file mode 100644
index 000000000000..8675694bf81a
--- /dev/null
+++ b/doom-share-dir.patch
@@ -0,0 +1,11 @@
+diff -ur gzdoom-1.6.00.orig/src/gameconfigfile.cpp gzdoom-1.6.00/src/gameconfigfile.cpp
+--- gzdoom-1.6.00.orig/src/gameconfigfile.cpp 2012-11-06 15:17:16.674596717 +0100
++++ gzdoom-1.6.00/src/gameconfigfile.cpp 2012-11-06 15:22:53.667933990 +0100
+@@ -140,6 +140,7 @@
+ #else
+ SetValueForKey ("Path", "~/" GAME_DIR, true);
+ SetValueForKey ("Path", SHARE_DIR, true);
++ SetValueForKey ("Path", "/usr/share/doom", true);
+ #endif
+ }
+