X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=71b50d27f6859ee876ee1ee908362665da6f2d84;hb=9258a457d583b3f461615a43a76be6e20143f6f7;hp=cadb43db2096a1edf5e762d441640635ef0aceb6;hpb=d5dd6d08b33bea00b63e04a9e9df56f4ac1b43bf;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index cadb43d..71b50d2 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -164,5 +164,6 @@ sed -i "s@define *( *LEGAL_PATH,[^)]*)@define(LEGAL_PATH, \"$legal_path\")@g" ${ sed -i "s@define *( *PROXY_PATH,[^)]*)@define(PROXY_PATH, \"$proxy_path\")@g" ${web_path}/Obj/brisk.phh sed -i "s@var \+xhr_rd_cookiepath \+= \+\"[^\"]*\";@var xhr_rd_cookiepath = \"$cookie_path\";@g" ${web_path}/xhr.js +sed -i "s@var \+cookiepath \+= \+\"[^\"]*\";@var cookiepath = \"$cookie_path\";@g" ${web_path}/commons.js exit 0