Skip to content

domoticz: add dzVents scripting support in package

Steven Vanden Branden requested to merge StevenVB/aports:domoticz into master

should fix #15327 (closed)

domoticz: dzVents folder missing from /usr/share/domoticz/dzVents

If one wants to use the scripting system with dzVents it does not work because the APKBUILD is missing:

2023-10-03 20:29:37.164 Error: EventSystem: in /usr/share/domoticz/dzVents/runtime/dzVents.lua: cannot open /usr/share/domoticz/dzVents/runtime/dzVents.lua: No such file or directory

mv "$pkgdir"/var/lib/domoticz/dzVents "pkgdir"/usr/share/pkgdir"/usr/share/ pkgname/

in the package function.

Merge request reports