server userscripts: Invoke kscriptrun from /usr/lib/<architecture>/kopano
kopano-utils package installs the kscriptrun binary in
/usr/lib/<architecture>/kopano
, but the userscripts attempt to invoke the
binary on /usr/libexec/kopano
. This change updates the substitution
applied to those userscripts to use the actual path of kscriptrun
.
Fixes #933887 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933887)
TODO: Whoops, I now see I should have created a patch with Debian helper tooling instead of touching source files directly in a git commit.
Please check:
- I haven't checked whether apparmor profiles should be adjusted; wasn't so obvious for me.
- Is this the actual solution for the issue? I'm not too much of an expert on FHS and Debian guidelines on this or dh conventions.
- Should this be applied upstream or is this something Debian-specific?
Edited by Carsten Schoenert
Merge request reports
Activity
Filter activity
Please register or sign in to reply