On Wed, 21 Feb 2024 at 11:19, Joakim Tjernlund <joakim.tjernlund@xxxxxxxxxxxx> wrote: > > From: Joakim Tjernlund <Joakim.Tjernlund@xxxxxxxxxxxx> > > Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@xxxxxxxxxxxx> > --- > Makefile.tools | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.tools b/Makefile.tools > index 044342e29..b785ebea8 100644 > --- a/Makefile.tools > +++ b/Makefile.tools > @@ -538,7 +538,7 @@ endif > endif > > if CUPS > -cupsdir = $(libdir)/cups/backend > +cupsdir = $(libexecdir)/cups/backend > Is this true, can you provide some references? Looking at Debian [1] (which contrary to Arch has libexec) - backends are in /usr/lib. Glancing at the cups backends makefile it's using SERVERBIN. Casual grep shows that libexec can be applicable for BSD/Darwin platforms [3], which are out of scope for bluez IIRC. -Emil [1] https://packages.debian.org/bookworm/amd64/cups-daemon/filelist [2] https://github.com/OpenPrinting/cups/blob/master/backend/Makefile [3] https://github.com/OpenPrinting/cups/blob/535fdc2b38fc3f3819233344556c45f4e8d2620d/config-scripts/cups-directories.m4#L246