OpenSDE Packages Database (without history before r20070)
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.

37 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../unrtf/unrtf-0001-sysconfdir.patch
  5. # Copyright (C) 2013 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Install config files into $sysconfdir/unrtf and $pkgdatadir
  17. --- ./outputs/Makefile.am.orig 2013-02-12 12:08:56.625472796 +0100
  18. +++ ./outputs/Makefile.am 2013-02-12 12:09:35.850129223 +0100
  19. @@ -1,4 +1,4 @@
  20. -outputsdir = ${pkgdatadir}
  21. +outputsdir = ${sysconfdir}/${PACKAGE}
  22. dist_outputs_DATA = \
  23. html.conf \
  24. latex.conf \
  25. --- ./outputs/Makefile.in.orig 2013-02-12 12:08:53.541726283 +0100
  26. +++ ./outputs/Makefile.in 2013-02-12 12:10:29.129500764 +0100
  27. @@ -193,7 +193,7 @@
  28. top_build_prefix = @top_build_prefix@
  29. top_builddir = @top_builddir@
  30. top_srcdir = @top_srcdir@
  31. -outputsdir = ${pkgdatadir}
  32. +outputsdir = ${sysconfdir}/${PACKAGE}
  33. dist_outputs_DATA = \
  34. html.conf \
  35. latex.conf \