$NetBSD: patch-ac,v 1.5 2012/01/14 15:36:24 taca Exp $

Honor PKG_SYSCONFDIR.

--- installer/index.php.orig	2011-08-31 13:36:27.000000000 +0000
+++ installer/index.php
@@ -32,7 +32,7 @@ ini_set('error_reporting', E_ALL&~E_NOTI
 ini_set('display_errors', 1);
 
 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
-define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+define('RCMAIL_CONFIG_DIR', '@PKG_SYSCONFDIR@');
 
 $include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
 $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR;
