mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/fake/bluez-utils/fix-mandir.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. diff -rduN ./rfcomm/Makefile.am ../bluez-utils-2.3/rfcomm/Makefile.am
  23. --- ./rfcomm/Makefile.am 2002-12-21 04:07:42.000000000 +0100
  24. +++ ../bluez-utils-2.3/rfcomm/Makefile.am 2003-07-14 19:21:36.000000000 +0200
  25. @@ -2,7 +2,6 @@
  26. # $Id: Makefile.am,v 1.4 2002/10/17 22:15:48 holtmann Exp $
  27. #
  28. -mandir = $(prefix)/usr/share/man
  29. confdir = /etc/bluetooth
  30. bin_PROGRAMS = rfcomm
  31. diff -rduN ./rfcomm/Makefile.in ../bluez-utils-2.3/rfcomm/Makefile.in
  32. --- ./rfcomm/Makefile.in 2003-03-20 07:40:30.000000000 +0100
  33. +++ ../bluez-utils-2.3/rfcomm/Makefile.in 2003-07-14 19:26:05.000000000 +0200
  34. @@ -89,7 +89,7 @@
  35. VERSION = @VERSION@
  36. YACC = @YACC@
  37. -mandir = $(prefix)/usr/share/man
  38. +mandir = @mandir@
  39. confdir = /etc/bluetooth
  40. bin_PROGRAMS = rfcomm
  41. diff -rduN ./tools/Makefile.am ../bluez-utils-2.3/tools/Makefile.am
  42. --- ./tools/Makefile.am 2002-12-21 04:07:42.000000000 +0100
  43. +++ ../bluez-utils-2.3/tools/Makefile.am 2003-07-14 19:26:58.000000000 +0200
  44. @@ -2,8 +2,6 @@
  45. # $Id: Makefile.am,v 1.8 2002/11/16 01:44:53 holtmann Exp $
  46. #
  47. -mandir = $(prefix)/usr/share/man
  48. -
  49. sbin_PROGRAMS = hciattach hciconfig
  50. bin_PROGRAMS = hcitool l2ping
  51. diff -rduN ./tools/Makefile.in ../bluez-utils-2.3/tools/Makefile.in
  52. --- ./tools/Makefile.in 2003-03-20 07:40:30.000000000 +0100
  53. +++ ../bluez-utils-2.3/tools/Makefile.in 2003-07-14 19:26:30.000000000 +0200
  54. @@ -89,7 +89,7 @@
  55. VERSION = @VERSION@
  56. YACC = @YACC@
  57. -mandir = $(prefix)/usr/share/man
  58. +mandir = @mandir@
  59. sbin_PROGRAMS = hciattach hciconfig
  60. bin_PROGRAMS = hcitool l2ping