Updated install root to use XDG binary path
Necessary to ensure user installed binaries are owned by the user that installs rather than default to root access. Milestone: major
This commit is contained in:
@@ -89,7 +89,7 @@ get_install_root() {
|
||||
|
||||
case $(get_extension "$file_name") in
|
||||
'')
|
||||
printf "/usr/local/bin";;
|
||||
printf "%s" "$HOME/.local/bin";;
|
||||
'app')
|
||||
printf "/Applications";;
|
||||
'prefPane')
|
||||
|
||||
Reference in New Issue
Block a user