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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ike Devolder (BlackEagle)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Ike Devolder (BlackEagle) - Monday, 06 February 2023, 11:08 GMT
Thanks, will add the binary addon install path by default in kodi

Loading...