From 1933ec592f4f82b0adf52c80cb722b8571c57896 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Oct 2012 09:36:57 +0100 Subject: roundcubemail: import from rawhide --- roundcubemail-0.4.1-confpath.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roundcubemail-0.4.1-confpath.patch (limited to 'roundcubemail-0.4.1-confpath.patch') diff --git a/roundcubemail-0.4.1-confpath.patch b/roundcubemail-0.4.1-confpath.patch new file mode 100644 index 0000000..7311f96 --- /dev/null +++ b/roundcubemail-0.4.1-confpath.patch @@ -0,0 +1,12 @@ +--- program/include/iniset.php~ 2010-09-29 05:04:09.000000000 -0500 ++++ program/include/iniset.php 2010-10-04 08:29:02.687967293 -0500 +@@ -46,7 +46,8 @@ + } + + if (!defined('RCMAIL_CONFIG_DIR')) { +- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); ++ #define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); ++ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail'); + } + + // make sure path_separator is defined -- cgit