]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct_install_path.patch
Merge commit 'upstream/0.2.1' into unstable-import
[roundcube.git] / debian / patches / correct_install_path.patch
1 Install path is /var/lib/roundcube for Debian. Don't try to guess it.
2
3 --- a/program/include/iniset.php~       2008-06-09 22:57:53.000000000 +0200
4 +++ a/program/include/iniset.php        2008-06-22 12:10:55.000000000 +0200
5 @@ -27,7 +27,7 @@
6  define('JS_OBJECT_NAME', 'rcmail');
7  
8  if (!defined('INSTALL_PATH')) {
9 -  define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
10 +  define('INSTALL_PATH', '/var/lib/roundcube/');
11  }
12  
13  // make sure path_separator is defined