summarylogtreecommitdiffstats
path: root/doom-share-dir.patch
blob: 8481a8bf4ee00257d768682a08ae8762b89227f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp
--- a/src/gameconfigfile.cpp	2013-07-03 02:47:30.000000000 +0200
+++ b/src/gameconfigfile.cpp	2013-07-13 11:43:45.110540335 +0200
@@ -141,6 +141,7 @@
 #else
 		SetValueForKey ("Path", "~/" GAME_DIR, true);
 		SetValueForKey ("Path", SHARE_DIR, true);
+		SetValueForKey ("Path", "/usr/share/doom", true);
 #endif
 	}