]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/correct_install_path.patch
Refresh all patches so that they apply without any fuzz
[roundcube.git] / debian / patches / correct_install_path.patch
index 1acfc5a578e14a5a51abdd7689dc1fde0094d37c..04ec738a1c854a90511b0e9d39611721e8bb9750 100644 (file)
@@ -1,5 +1,9 @@
---- a/program/include/iniset.php~      2008-06-09 22:57:53.000000000 +0200
-+++ a/program/include/iniset.php       2008-06-22 12:10:55.000000000 +0200
+Install path is /var/lib/roundcube for Debian. Don't try to guess it.
+
+Index: b/program/include/iniset.php
+===================================================================
+--- a/program/include/iniset.php       2010-07-17 17:33:04.000000000 +0200
++++ b/program/include/iniset.php       2010-07-17 17:33:23.000000000 +0200
 @@ -27,7 +27,7 @@
  define('JS_OBJECT_NAME', 'rcmail');
  
@@ -8,4 +12,4 @@
 +  define('INSTALL_PATH', '/var/lib/roundcube/');
  }
  
- // make sure path_separator is defined
+ define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');