Message ID | 20240215225249.16242-4-Joakim.Tjernlund@infinera.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] Replace @exec_prefix@ with @libexecdir@ in .service files. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
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 cups_PROGRAMS = profiles/cups/bluetooth
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com> --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)