* [PATCH] Use cups-config instead of hardcoded location
@ 2009-04-07 8:59 Tiziano Müller
2009-04-07 10:25 ` Bastien Nocera
0 siblings, 1 reply; 2+ messages in thread
From: Tiziano Müller @ 2009-04-07 8:59 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1.1: Type: text/plain, Size: 142 bytes --]
Hi there
This patch has been sitting in our cvs repo for ages:
Use cups-config instead of hardcoded cups-location.
Thanks,
Tiziano
[-- Attachment #1.2: cups-location.patch --]
[-- Type: text/x-patch, Size: 498 bytes --]
? cups/.deps
? cups/Makefile
? cups/Makefile.in
Index: cups/Makefile.am
===================================================================
RCS file: /cvsroot/bluez/utils/cups/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- cups/Makefile.am 20 Aug 2006 02:21:03 -0000 1.9
+++ cups/Makefile.am 1 Jun 2007 15:47:14 -0000
@@ -1,6 +1,6 @@
if CUPS
-cupsdir = $(libdir)/cups/backend
+cupsdir = `cups-config --serverbin`/backend
cups_PROGRAMS = bluetooth
else
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-07 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 8:59 [PATCH] Use cups-config instead of hardcoded location Tiziano Müller
2009-04-07 10:25 ` Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox