Skip to content
Snippets Groups Projects
Commit eb2fd7eb authored by JennaHuntsman's avatar JennaHuntsman
Browse files

Update home directory install to use XDG based directory constant (synonym).

parent 6103d278
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment