Magellan Linux

Annotation of /trunk/bluez/patches/bluez-4.41-cups-location.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 846 - (hide annotations) (download)
Fri Jun 12 16:44:12 2009 UTC (14 years, 11 months ago) by niro
File size: 480 byte(s)
-files and patches for bluez pkg

1 niro 846 ? cups/.deps
2     ? cups/Makefile
3     ? cups/Makefile.in
4     Index: cups/Makefile.am
5     ===================================================================
6     RCS file: /cvsroot/bluez/utils/cups/Makefile.am,v
7     retrieving revision 1.9
8     diff -u -r1.9 Makefile.am
9     --- cups/Makefile.am 20 Aug 2006 02:21:03 -0000 1.9
10     +++ cups/Makefile.am 1 Jun 2007 15:47:14 -0000
11     @@ -1,6 +1,6 @@
12    
13     if CUPS
14     -cupsdir = $(libdir)/cups/backend
15     +cupsdir = `cups-config --serverbin`/backend
16    
17     cups_PROGRAMS = bluetooth
18     else