Skip to content

Commit

Permalink
use $HOME rather than $USER for those users who's home is not home
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jan 6, 2015
1 parent c1006a9 commit 5c930bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -51,7 +51,7 @@ RB=${RB:=true}

SCRIPT_NAME=`basename "$0"`
SCRIPT_PATH=${0%`basename "$0"`}
PLUGIN_PATH="/home/${USER}/.local/share/rhythmbox/plugins/rhythmweb/"
PLUGIN_PATH="${HOME}/.local/share/rhythmbox/plugins/rhythmweb/"
GLIB_SCHEME="org.gnome.rhythmbox.plugins.rhythmweb.gschema.xml"
SCHEMA_FOLDER=""
GLIB_DIR="/usr/share/glib-2.0/schemas/"
Expand Down

0 comments on commit 5c930bf

Please sign in to comment.