File fix-mod-path.patch of Package tuxemon
diff -Nur Tuxemon-0.4.26/tuxemon/constants/paths.py new/tuxemon/constants/paths.py
--- Tuxemon-0.4.26/tuxemon/constants/paths.py 2021-03-01 22:12:45.000000000 +0100
+++ new/tuxemon/constants/paths.py 2021-04-19 00:04:21.763481313 +0200
@@ -72,7 +72,7 @@
logger.debug("l18: %s", L18N_MO_FILES)
# mods
-mods_folder = os.path.normpath(os.path.join(LIBDIR, "..", "mods"))
+mods_folder = os.path.normpath(os.path.join(LIBDIR, "mods"))
logger.debug("mods: %s", mods_folder)
# shared locations