X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fcorrect_install_path.patch;h=35d8eafcfdd15950cbd9247caec9f9d720053678;hb=a81bad40bfad52e3fde5512f2017d256c495a4b3;hp=1b134027dd4bd89bd2ccfa1636c2b22a2eda7314;hpb=8cef237ae639ac176c8296788ce7763ed6cbbc91;p=roundcube.git diff --git a/debian/patches/correct_install_path.patch b/debian/patches/correct_install_path.patch index 1b13402..35d8eaf 100644 --- a/debian/patches/correct_install_path.patch +++ b/debian/patches/correct_install_path.patch @@ -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');