All of lore.kernel.org
 help / color / mirror / Atom feed
From: tjernlund@tjernlund.se
To: linux-bluetooth@vger.kernel.org
Cc: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
Subject: [PATCH 4/4] CUPS lives in libexecdir
Date: Thu, 15 Feb 2024 23:52:15 +0100	[thread overview]
Message-ID: <20240215225249.16242-4-Joakim.Tjernlund@infinera.com> (raw)
In-Reply-To: <20240215225249.16242-1-Joakim.Tjernlund@infinera.com>

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
---
 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
 
 cups_PROGRAMS = profiles/cups/bluetooth
 
-- 
2.43.0


  parent reply	other threads:[~2024-02-15 22:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 22:52 [PATCH 1/4] Replace @exec_prefix@ with @libexecdir@ in .service files tjernlund
2024-02-15 22:52 ` [PATCH 2/4] bluez.pc.in: Add definition of libexecdir tjernlund
2024-02-15 22:52 ` [PATCH 3/4] bootstrap-configure: specfiy exec-prefix and libexecdir tjernlund
2024-02-15 22:52 ` tjernlund [this message]
2024-02-16  0:41 ` [1/4] Replace @exec_prefix@ with @libexecdir@ in .service files bluez.test.bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240215225249.16242-4-Joakim.Tjernlund@infinera.com \
    --to=tjernlund@tjernlund.se \
    --cc=Joakim.Tjernlund@infinera.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.