File openarena-hardcode_data_path.patch of Package openarena
--- code/qcommon/files.c
+++ code/qcommon/files.c
@@ -2800,6 +2800,9 @@
}
}
+ // use hardcoded path
+ FS_AddGameDirectory("/usr/share/games/openarena", "baseoa");
+
#ifndef STANDALONE
if(!Cvar_VariableIntegerValue("com_standalone"))
{