diff options
author | Karlson2k <k2k@narod.ru> | 2014-10-22 22:48:45 +0400 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-10-28 23:21:59 +0100 |
commit | ea1901e36495c62161315f54a8af398ea965ab9d (patch) | |
tree | 7da22f7e542b48890bdd51e93a007184c2dc09cb /tools/Linux | |
parent | 34923de71b9e1597d5a610d9237c440909eaeb0c (diff) |
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*
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 ccb44b6f73..938582d691 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 [ $APP_HOME ]; then - BASEDIR=$APP_HOME + if [ $KODI_HOME ]; then + BASEDIR=$KODI_HOME else BASEDIR="$LIBDIR/${bin_name}/" fi |