linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Fix cups backend location
@ 2019-05-23 12:28 Ludwig Nussel
  2019-05-23 13:02 ` Bastien Nocera
  0 siblings, 1 reply; 2+ messages in thread
From: Ludwig Nussel @ 2019-05-23 12:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ludwig Nussel

The default upstream location for backends is
$exec_prefix/lib/cups/backend, see
https://github.com/apple/cups/blob/master/config-scripts/cups-directories.m4
https://github.com/apple/cups/blob/master/backend/Makefile
---
 Makefile.tools | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.tools b/Makefile.tools
index 7d5361bcd..50cda54fb 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -436,7 +436,7 @@ endif
 endif
 
 if CUPS
-cupsdir = $(libdir)/cups/backend
+cupsdir = $(exec_prefix)/lib/cups/backend
 
 cups_PROGRAMS = profiles/cups/bluetooth
 
-- 
2.16.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Fix cups backend location
  2019-05-23 12:28 [PATCH v2] Fix cups backend location Ludwig Nussel
@ 2019-05-23 13:02 ` Bastien Nocera
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Nocera @ 2019-05-23 13:02 UTC (permalink / raw)
  To: Ludwig Nussel, linux-bluetooth

On Thu, 2019-05-23 at 14:28 +0200, Ludwig Nussel wrote:
> The default upstream location for backends is
> $exec_prefix/lib/cups/backend, see
> https://github.com/apple/cups/blob/master/config-scripts/cups-directories.m4
> https://github.com/apple/cups/blob/master/backend/Makefile

Looks good!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-23 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 12:28 [PATCH v2] Fix cups backend location Ludwig Nussel
2019-05-23 13:02 ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).