update_binary-addons: clone kodi if it doesn't exist

This commit is contained in:
Lukas Rusak 2017-02-07 11:56:48 -08:00
parent 3c2479dda9
commit 9ab1255cfa
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -89,8 +89,7 @@ validate_pkg_url() {
} }
if [ ! -d $KODI_DIR ] ; then if [ ! -d $KODI_DIR ] ; then
echo "meh.. $KODI_DIR does not exist" git_clone https://github.com/xbmc/xbmc $1 $KODI_DIR
exit 127
fi fi
# p8-platform # p8-platform