forked from id-Software/Quake-III-Arena
-
-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Unix homepath to support XDG_DATA_HOME
Existing installs continue to use ~/.q3a but new installs use ~/.local/share/q3a. ~/.local/share/q3a is always used if it exists. Otherwise it will use ~/.q3a if it exists or create ~/.local/share/q3a. This prevents switching to ~/.q3a if another client creates it later. This supports '+set com_homepath ".foo"' to override paths to ~/.foo and ~/.local/share/foo.
- Loading branch information
1 parent
3fb9006
commit 5201a07
Showing
1 changed file
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters