|
|
# --- 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
@@ -2,7 +2,6 @@
# $Id: Makefile.am,v 1.4 2002/10/17 22:15:48 holtmann Exp $ # -mandir = $(prefix)/usr/share/man
confdir = /etc/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
@@ -89,7 +89,7 @@
VERSION = @VERSION@ YACC = @YACC@ -mandir = $(prefix)/usr/share/man
+mandir = @mandir@
confdir = /etc/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
@@ -2,8 +2,6 @@
# $Id: Makefile.am,v 1.8 2002/11/16 01:44:53 holtmann Exp $ # -mandir = $(prefix)/usr/share/man
-
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
@@ -89,7 +89,7 @@
VERSION = @VERSION@ YACC = @YACC@ -mandir = $(prefix)/usr/share/man
+mandir = @mandir@
sbin_PROGRAMS = hciattach hciconfig bin_PROGRAMS = hcitool l2ping
|