picolisp: Update from 16.2.11 to 16.3.1
[termux-packages] / packages / man / manpath.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../mdocml-1.13.2/manpath.c ./manpath.c
2--- ../mdocml-1.13.2/manpath.c 2014-12-13 09:06:35.000000000 -0500
3+++ ./manpath.c 2014-12-29 09:32:55.168124689 -0500
4@@ -30,7 +30,7 @@
5 #include "mandoc_aux.h"
6 #include "manpath.h"
7
8-#define MAN_CONF_FILE "/etc/man.conf"
9+#define MAN_CONF_FILE "@TERMUX_PREFIX@/etc/man.conf"
10 #define MAN_CONF_KEY "_whatdb"
11
12 static void manpath_add(struct manpaths *, const char *, int);