FS#77366 - [kodi] add directory to avoid errors in log
Attached to Project:
Community Packages
Opened by John (graysky) - Friday, 03 February 2023, 08:47 GMT
Last edited by Ike Devolder (BlackEagle) - Monday, 06 February 2023, 11:11 GMT
Opened by John (graysky) - Friday, 03 February 2023, 08:47 GMT
Last edited by Ike Devolder (BlackEagle) - Monday, 06 February 2023, 11:11 GMT
|
Details
Kodi.log contains the following due to a missing directory
in the package:
error <general>: GetDirectory - Error getting /usr/lib/kodi/addons error <general>: GetDirectory - Error getting special://xbmcbin/addons error <general>: GetDirectory - Error getting /usr/lib/kodi/addons error <general>: GetDirectory - Error getting special://xbmcbin/addons This can be avoided by adding the following to the package function: mkdir -p "$pkgdir"/usr/lib/kodi/addons Additional info: * package version(s) 20-2 |
This task depends upon
Closed by Ike Devolder (BlackEagle)
Monday, 06 February 2023, 11:11 GMT
Reason for closing: Implemented
Additional comments about closing: kodi 20.0-3
Monday, 06 February 2023, 11:11 GMT
Reason for closing: Implemented
Additional comments about closing: kodi 20.0-3

Thanks, will add the binary addon install path by default in kodi