X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=bffa041315558e4e3c1d4212c4c7228b15e1ff6c;hb=f705d38215e4db73d23542d66b3c057424d28aab;hp=3195e3aa9ae39aeed39a5df45a97ea517ec2b5a3;hpb=5897dac31c1dbf45b18c8de0a2cd7a67cb2268b5;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 3195e3a..bffa041 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -334,7 +334,7 @@ sed -i "s@define *( *'BRISK_AUTH_CONF',[^)]*)@define('BRISK_AUTH_CONF', \"$brisk sed -i "s@var \+cookiepath \+= \+\"[^\"]*\";@var cookiepath = \"$prefix_path\";@g" ${web_path}__/commons.js -sed -i "s@\( \+cookiepath *: *\)\"[^\"]*\" *,@\1 \"$prefix_path\",@g" ${web_path}__/xynt-http-streaming.js +sed -i "s@\( \+cookiepath *: *\)\"[^\"]*\" *,@\1 \"$prefix_path\",@g" ${web_path}__/xynt-streaming.js document_root="$(grep DocumentRoot "${apache_conf}" | grep -v '^#' | awk '{ print $2 }')" sed -i "s@^\(\$DOCUMENT_ROOT *= *[\"']\)[^\"']*\([\"']\)@\1$document_root\2@g" ${web_path}__/spush/*.ph*