summarylogtreecommitdiffstats
path: root/doom-share-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'doom-share-dir.patch')
-rw-r--r--doom-share-dir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/doom-share-dir.patch b/doom-share-dir.patch
deleted file mode 100644
index 8675694bf81a..000000000000
--- a/doom-share-dir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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
- }
-