mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
$NetBSD: patch-af,v 1.7 2013/06/16 22:04:07 taca Exp $
|
|
|
|
Honor PKG_SYSCONFDIR.
|
|
|
|
--- program/include/iniset.php.orig 2013-06-16 15:12:21.000000000 +0000
|
|
+++ program/include/iniset.php
|
|
@@ -29,7 +29,7 @@ if (!defined('INSTALL_PATH')) {
|
|
}
|
|
|
|
if (!defined('RCMAIL_CONFIG_DIR')) {
|
|
- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
|
|
+ define('RCMAIL_CONFIG_DIR', '@PKG_SYSCONFDIR@');
|
|
}
|
|
|
|
if (!defined('RCUBE_LOCALIZATION_DIR')) {
|