mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- set some install defaults for posix systems
This commit is contained in:
parent
220283d1ec
commit
38faefa663
2 changed files with 6 additions and 3 deletions
|
@ -96,9 +96,12 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", "$PROGDIR/*", true);
|
||||
#else
|
||||
SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true);
|
||||
// Arch Linux likes them in /usr/share/doom
|
||||
// Debian likes them in /usr/share/games/doom
|
||||
// Arch Linux likes them in /usr/share/raze
|
||||
// Debian likes them in /usr/share/games/raze
|
||||
// I assume other distributions don't do anything radically different
|
||||
SetValueForKey ("Path", "/opt/raze", true);
|
||||
SetValueForKey ("Path", "/usr/share/games/raze", true);
|
||||
SetValueForKey ("Path", "/usr/local/share/games/raze", true);
|
||||
SetValueForKey ("Path", "/usr/share/games/jfduke3d", true);
|
||||
SetValueForKey ("Path", "/usr/local/share/games/jfduke3d", true);
|
||||
SetValueForKey ("Path", "/usr/share/games/eduke32", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue