summaryrefslogtreecommitdiff
path: root/games-fps/eduke32/files/eduke32-20230926.10459-search-duke3d-path.patch
blob: 0bb66794b401a8a34e53ffb26eed3a33c44d6265 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/source/duke3d/src/common.cpp
+++ b/source/duke3d/src/common.cpp
@@ -642,6 +642,8 @@
 
     addsearchpath("/usr/share/games/jfduke3d");
     addsearchpath("/usr/local/share/games/jfduke3d");
+    addsearchpath("/usr/share/games/duke3d");
+    addsearchpath("/usr/share/duke3d");
     addsearchpath("/usr/share/games/" APPBASENAME);
     addsearchpath("/usr/local/share/games/" APPBASENAME);
     addsearchpath("/app/extensions/extra");