Codebase list unrtf / 38a38f4
Add patch that makes CONFIG_DIR depend on SYSCONFDIR Willi Mann 10 years ago
2 changed file(s) with 22 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:42:19 +0100
2 Subject: Make CONFIG_DIR depend on SYSCONFDIR
3
4 ---
5 src/main.h | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/src/main.h b/src/main.h
9 index 4230d47..3e0834e 100644
10 --- a/src/main.h
11 +++ b/src/main.h
12 @@ -47,7 +47,7 @@ extern int no_remap_mode;
13 #include "output.h"
14 #endif
15
16 -#define CONFIG_DIR "/usr/local/lib/unrtf/"
17 +#define CONFIG_DIR SYSCONFDIR "/unrtf/"
18 #define DEFAULT_OUTPUT "html"
19
20 extern OutputPersonality *op;
00 0001-Fix-manpage-section-specification.patch
11 0002-Hand-over-SYSCONFDIR-via-CPPFLAGS.patch
2 0003-Make-CONFIG_DIR-depend-on-SYSCONFDIR.patch