diff options
author | wsnipex <wsnipex@a1.net> | 2014-09-23 14:54:35 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-10-19 21:34:58 +0200 |
commit | c393c9fbfd9c695f679c6389eeee1e53552cbb23 (patch) | |
tree | eac87d4636279aa7bdfce57dfb7e0730064bb0df /tools/Linux | |
parent | 37f265fa57065e55ddbeb11dc8d5268c27f82bdd (diff) |
[rebrand][linux] adjust to new env var APP_HOME instead of XBMC_HOME
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/kodi.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in index f17c1c97cb..7dadf25a42 100644 --- a/tools/Linux/kodi.sh.in +++ b/tools/Linux/kodi.sh.in @@ -104,8 +104,8 @@ print_crash_report() fi single_stacktrace "$PWD" 1 # Find in plugins directories - if [ $XBMC_HOME ]; then - BASEDIR=$XBMC_HOME + if [ $APP_HOME ]; then + BASEDIR=$APP_HOME else BASEDIR="$LIBDIR/${bin_name}/" fi |