|
|
@ -1,53 +1,31 @@ |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# Please add additional copyright information _after_ the line containing |
|
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/fake/bluez-utils/fix-mandir.patch |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
# This program is free software; you can redistribute it and/or modify |
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
|
# the Free Software Foundation; either version 2 of the License, or |
|
|
|
# (at your option) any later version. A copy of the GNU General Public |
|
|
|
# License can be found at Documentation/COPYING. |
|
|
|
# |
|
|
|
# Many people helped and are helping developing ROCK Linux. Please |
|
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|
|
|
# file for details. |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
diff -rduN ./rfcomm/Makefile.am ../bluez-utils-2.3/rfcomm/Makefile.am
|
|
|
|
--- ./rfcomm/Makefile.am 2002-12-21 04:07:42.000000000 +0100
|
|
|
|
+++ ../bluez-utils-2.3/rfcomm/Makefile.am 2003-07-14 19:21:36.000000000 +0200
|
|
|
|
diff -rduN bluez-utils-2.4-orig/rfcomm/Makefile.am bluez-utils-2.4/rfcomm/Makefile.am
|
|
|
|
--- bluez-utils-2.4-orig/rfcomm/Makefile.am 2003-07-18 11:25:50.000000000 +0200
|
|
|
|
+++ bluez-utils-2.4/rfcomm/Makefile.am 2004-01-02 21:05:24.964888336 +0100
|
|
|
|
@@ -2,7 +2,6 @@
|
|
|
|
# $Id: Makefile.am,v 1.4 2002/10/17 22:15:48 holtmann Exp $ |
|
|
|
# $Id: Makefile.am,v 1.5 2003/07/18 09:25:50 holtmann Exp $ |
|
|
|
# |
|
|
|
|
|
|
|
-mandir = $(prefix)/usr/share/man
|
|
|
|
confdir = /etc/bluetooth |
|
|
|
confdir = $(sysconfdir)/bluetooth |
|
|
|
|
|
|
|
bin_PROGRAMS = rfcomm |
|
|
|
diff -rduN ./rfcomm/Makefile.in ../bluez-utils-2.3/rfcomm/Makefile.in
|
|
|
|
--- ./rfcomm/Makefile.in 2003-03-20 07:40:30.000000000 +0100
|
|
|
|
+++ ../bluez-utils-2.3/rfcomm/Makefile.in 2003-07-14 19:26:05.000000000 +0200
|
|
|
|
diff -rduN bluez-utils-2.4-orig/rfcomm/Makefile.in bluez-utils-2.4/rfcomm/Makefile.in
|
|
|
|
--- bluez-utils-2.4-orig/rfcomm/Makefile.in 2003-12-18 19:36:54.000000000 +0100
|
|
|
|
+++ bluez-utils-2.4/rfcomm/Makefile.in 2004-01-02 21:05:46.092676424 +0100
|
|
|
|
@@ -89,7 +89,7 @@
|
|
|
|
VERSION = @VERSION@ |
|
|
|
YACC = @YACC@ |
|
|
|
|
|
|
|
-mandir = $(prefix)/usr/share/man
|
|
|
|
+mandir = @mandir@
|
|
|
|
confdir = /etc/bluetooth |
|
|
|
confdir = $(sysconfdir)/bluetooth |
|
|
|
|
|
|
|
bin_PROGRAMS = rfcomm |
|
|
|
diff -rduN ./tools/Makefile.am ../bluez-utils-2.3/tools/Makefile.am
|
|
|
|
--- ./tools/Makefile.am 2002-12-21 04:07:42.000000000 +0100
|
|
|
|
+++ ../bluez-utils-2.3/tools/Makefile.am 2003-07-14 19:26:58.000000000 +0200
|
|
|
|
diff -rduN bluez-utils-2.4-orig/tools/Makefile.am bluez-utils-2.4/tools/Makefile.am
|
|
|
|
--- bluez-utils-2.4-orig/tools/Makefile.am 2003-07-03 00:27:41.000000000 +0200
|
|
|
|
+++ bluez-utils-2.4/tools/Makefile.am 2004-01-02 21:06:10.017039368 +0100
|
|
|
|
@@ -2,8 +2,6 @@
|
|
|
|
# $Id: Makefile.am,v 1.8 2002/11/16 01:44:53 holtmann Exp $ |
|
|
|
# $Id: Makefile.am,v 1.9 2003/07/02 22:27:41 holtmann Exp $ |
|
|
|
# |
|
|
|
|
|
|
|
-mandir = $(prefix)/usr/share/man
|
|
|
@ -55,9 +33,9 @@ diff -rduN ./tools/Makefile.am ../bluez-utils-2.3/tools/Makefile.am |
|
|
|
sbin_PROGRAMS = hciattach hciconfig |
|
|
|
bin_PROGRAMS = hcitool l2ping |
|
|
|
|
|
|
|
diff -rduN ./tools/Makefile.in ../bluez-utils-2.3/tools/Makefile.in
|
|
|
|
--- ./tools/Makefile.in 2003-03-20 07:40:30.000000000 +0100
|
|
|
|
+++ ../bluez-utils-2.3/tools/Makefile.in 2003-07-14 19:26:30.000000000 +0200
|
|
|
|
diff -rduN bluez-utils-2.4-orig/tools/Makefile.in bluez-utils-2.4/tools/Makefile.in
|
|
|
|
--- bluez-utils-2.4-orig/tools/Makefile.in 2003-12-18 19:36:53.000000000 +0100
|
|
|
|
+++ bluez-utils-2.4/tools/Makefile.in 2004-01-02 21:06:21.549286200 +0100
|
|
|
|
@@ -89,7 +89,7 @@
|
|
|
|
VERSION = @VERSION@ |
|
|
|
YACC = @YACC@ |
|
|
|