|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../unrtf/unrtf-0001-sysconfdir.patch
|
|
|
|
# Copyright (C) 2013 The OpenSDE Project
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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.
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
Install config files into $sysconfdir/unrtf and $pkgdatadir
|
|
|
|
|
|
|
|
--- ./outputs/Makefile.am.orig 2013-02-12 12:08:56.625472796 +0100
|
|
|
|
+++ ./outputs/Makefile.am 2013-02-12 12:09:35.850129223 +0100
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-outputsdir = ${pkgdatadir}
|
|
|
|
+outputsdir = ${sysconfdir}/${PACKAGE}
|
|
|
|
dist_outputs_DATA = \
|
|
|
|
html.conf \
|
|
|
|
latex.conf \
|
|
|
|
--- ./outputs/Makefile.in.orig 2013-02-12 12:08:53.541726283 +0100
|
|
|
|
+++ ./outputs/Makefile.in 2013-02-12 12:10:29.129500764 +0100
|
|
|
|
@@ -193,7 +193,7 @@
|
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
-outputsdir = ${pkgdatadir}
|
|
|
|
+outputsdir = ${sysconfdir}/${PACKAGE}
|
|
|
|
dist_outputs_DATA = \
|
|
|
|
html.conf \
|
|
|
|
latex.conf \
|