From 341e834bbb5d9dd4bb8397b475e87a05f40e0198 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 26 Oct 2014 15:33:13 +0200 Subject: [PATCH] binary addons patch: update to kodi --- .../kodi/patches/kodi-200-make-binary-addons-executable.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/kodi/patches/kodi-200-make-binary-addons-executable.patch b/packages/mediacenter/kodi/patches/kodi-200-make-binary-addons-executable.patch index 0c93cf747b..03ad7e1487 100644 --- a/packages/mediacenter/kodi/patches/kodi-200-make-binary-addons-executable.patch +++ b/packages/mediacenter/kodi/patches/kodi-200-make-binary-addons-executable.patch @@ -33,7 +33,7 @@ index d358a23..6b55c3a 100644 + struct stat fileStat; + int statRet; + -+ addonDirPath = "/storage/.xbmc/addons/" + m_addon->ID() + "/bin/"; ++ addonDirPath = "/storage/.kodi/addons/" + m_addon->ID() + "/bin/"; + if ((addonsDir = opendir(addonDirPath.c_str())) != NULL) + { + while ((fileDirent = readdir(addonsDir)) != NULL)