$OpenBSD: patch-src_core-utils_gnc-path_c,v 1.1 2012/04/30 14:54:09 ajacoutot Exp $

OpenBSD uses /var/db/gconf instead of /etc/gconf.

--- src/core-utils/gnc-path.c.orig	Mon Apr 30 14:03:37 2012
+++ src/core-utils/gnc-path.c	Mon Apr 30 14:05:22 2012
@@ -187,7 +187,7 @@ gchar *gnc_path_get_stdreportsdir()
  * @returns A newly allocated string. */
 gchar *gnc_path_get_gconfdir(gboolean force_slashes)
 {
-    gchar *sysconfdir = gnc_gbr_find_etc_dir (SYSCONFDIR);
+    gchar *sysconfdir = gnc_gbr_find_etc_dir (GCONFDIR);
     gchar *separator = G_DIR_SEPARATOR_S;
     gchar *result;
 
