]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/correct_install_path.patch
Imported Debian patch 0.1~rc1~dfsg-1
[roundcube.git] / debian / patches / correct_install_path.patch
index 1b134027dd4bd89bd2ccfa1636c2b22a2eda7314..35d8eafcfdd15950cbd9247caec9f9d720053678 100644 (file)
@@ -1,9 +1,9 @@
---- roundcube-0.1~beta2.2/index.php    2006-12-22 23:26:24.000000000 +0100
-+++ roundcube-0.1~beta2.2/index.php    2007-03-13 15:36:21.000000000 +0100
-@@ -46,7 +46,7 @@
- $CHARSET = 'UTF-8';
+--- roundcubemail-0.1~rc1~dfsg.orig/index.php~ 2007-05-18 15:11:22.000000000 +0200
++++ roundcubemail-0.1~rc1~dfsg.orig/index.php  2007-05-20 14:12:35.000000000 +0200
+@@ -47,7 +47,7 @@
+ // define global vars
  $OUTPUT_TYPE = 'html';
- $JS_OBJECT_NAME = 'rcmail';
 -$INSTALL_PATH = dirname(__FILE__);
 +$INSTALL_PATH = '/var/lib/roundcube';
  $MAIN_TASKS = array('mail','settings','addressbook','logout');