add addon to compilation

  • I'm trying to add the skin grid and put it as default from the libreelec compilation, and create a patch to change the default skin and I've also compiled the skin in / usr / share / kodi / addons, install correctly and set the skin but I get an error because this skin uses script.skinshortcuts that tries to modify a file inside /usr/share/kodi/addons/script.skinshortcuts/xml since it is only read.

    Is there a possibility to add this skin in /storage/.kodi/addons from the compilation? I've already tried it from the function makeinstall_target in the package.mk of the skin by copying the folder inside

    /storage/.kodi/addons but deletes it when compiled.