From 9ab1255cfaa0355a1ddf0865311eb77a1071cba5 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Tue, 7 Feb 2017 11:56:48 -0800 Subject: [PATCH] update_binary-addons: clone kodi if it doesn't exist --- tools/mkpkg/update_binary-addons | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/mkpkg/update_binary-addons b/tools/mkpkg/update_binary-addons index c2a3275895..b2f3a7799a 100755 --- a/tools/mkpkg/update_binary-addons +++ b/tools/mkpkg/update_binary-addons @@ -89,8 +89,7 @@ validate_pkg_url() { } if [ ! -d $KODI_DIR ] ; then - echo "meh.. $KODI_DIR does not exist" - exit 127 + git_clone https://github.com/xbmc/xbmc $1 $KODI_DIR fi # p8-platform