games-fps/eduke32 20260807

This commit is contained in:
2026-09-07 22:08:06 +02:00
parent a65b61f180
commit c0040922e1
8 changed files with 324 additions and 0 deletions
@@ -0,0 +1,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");