File: add_gdp_to_asset_path_search.patch

package info (click to toggle)
1oom 1.11.7-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 4,032 kB
  • sloc: ansic: 71,715; makefile: 568; sh: 131; asm: 30
file content (10 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/src/os/unix/os.c
+++ b/src/os/unix/os.c
@@ -104,6 +104,7 @@
                 all_data_paths[i++] = util_concat(p, "/.local/share/1oom", NULL);;
             }
         }
+        all_data_paths[i++] = lib_stralloc("/usr/share/games/master-of-orion");
         all_data_paths[i++] = lib_stralloc("/usr/share/1oom");
         all_data_paths[i++] = lib_stralloc("/usr/local/share/1oom");
         all_data_paths[i++] = lib_stralloc(".");