85294bb416
Rarian is a documentation metadata library based on the proposed Freedesktop.org spec. rarian will eventually replace scrollkeeper, but it may need a little tweaking (and they conflict); hence it's not hooked up yet. mostly done on some couch in antwerp with too much wine, so i forgot about it..
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
$OpenBSD: patch-librarian_rarian-info_c,v 1.1.1.1 2008/12/16 10:01:38 jasper Exp $
|
|
--- librarian/rarian-info.c.orig Sat Nov 22 17:17:52 2008
|
|
+++ librarian/rarian-info.c Sat Nov 22 17:18:55 2008
|
|
@@ -565,7 +565,7 @@ sanity_check_categories ()
|
|
static void
|
|
rrn_info_init (void)
|
|
{
|
|
- char *default_dirs = "/usr/info:/usr/share/info:/usr/local/info:/usr/local/share/info";
|
|
+ char *default_dirs = "/usr/share/info:${LOCALBASE}/info";
|
|
char *info_dirs = NULL;
|
|
char *split = NULL;
|
|
int free_info_dirs = FALSE;
|