From eb2fd7ebde79bc3253922e73ab915a703763408a Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Mon, 26 Dec 2022 16:02:38 -0500 Subject: [PATCH] Update home directory install to use XDG based directory constant (synonym). --- indra/newview/linux_tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/linux_tools/install.sh b/indra/newview/linux_tools/install.sh index f16bd360935..8b22aae81c8 100755 --- a/indra/newview/linux_tools/install.sh +++ b/indra/newview/linux_tools/install.sh @@ -58,7 +58,7 @@ function homedir_install() exit 0 fi - install_to_prefix "$HOME/.local/share/alchemy-install" + install_to_prefix "$XDG_DATA_HOME/alchemy-install" #$XDG_DATA_HOME is a synonym for $HOME/.local/share/ unless the user has specified otherwise (unlikely). } function root_install() -- GitLab