diff --git a/source/core/gameconfigfile.cpp b/source/core/gameconfigfile.cpp index 582508017..9f5fc4eeb 100644 --- a/source/core/gameconfigfile.cpp +++ b/source/core/gameconfigfile.cpp @@ -95,6 +95,7 @@ FGameConfigFile::FGameConfigFile () SetValueForKey ("Path", "$PROGDIR", true); SetValueForKey ("Path", "$PROGDIR/*", true); #else + SetValueForKey ("Path", "$HOME/" GAME_DIR, true); SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true); // Arch Linux likes them in /usr/share/raze // Debian likes them in /usr/share/games/raze