Codebase list unrtf / 76da6eb
Add patch that places config files in sysconfdir instead of libdir Willi Mann 11 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Willi Mann <willi@wm1.at>
1 Date: Sun, 23 Dec 2012 21:44:58 +0100
2 Subject: Place config files in sysconfdir instead of libdir
3
4 ---
5 outputs/Makefile.am | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/outputs/Makefile.am b/outputs/Makefile.am
9 index 055b75e..a1cc8cc 100644
10 --- a/outputs/Makefile.am
11 +++ b/outputs/Makefile.am
12 @@ -1,2 +1,2 @@
13 -outputsdir = ${libdir}/${PACKAGE}
14 +outputsdir = ${sysconfdir}/${PACKAGE}
15 dist_outputs_DATA = html.conf latex.conf rtf.conf text.conf vt.conf
00 0001-Fix-manpage-section-specification.patch
11 0002-Hand-over-SYSCONFDIR-via-CPPFLAGS.patch
22 0003-Make-CONFIG_DIR-depend-on-SYSCONFDIR.patch
3 0004-Place-config-files-in-sysconfdir-instead-of-libdir.patch