Add patch that places config files in sysconfdir instead of libdir
Willi Mann
10 years ago
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 |