X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=2cb853ccc49d453054cea94f5e6fb0c18b197399;hb=0dc6d9d7138c66a5bdf54c793130a840c1da8fe3;hp=71b50d27f6859ee876ee1ee908362665da6f2d84;hpb=fbc94f9c0e6bb2df466b3b87dcd8c0c8830bc73a;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 71b50d2..2cb853c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -127,6 +127,10 @@ if [ "$web_only" = "FALSE" ]; then # create the fs subtree to enable ftok-ing touch ${ftok_path}/main chmod 666 ${ftok_path}/main + for i in `seq 1 100`; do + touch ${ftok_path}/table$i + chmod 666 ${ftok_path}/table$i + done fi install -d $web_path for i in `find web -type d | grep -v /CVS | sed 's/^....//g'`; do @@ -155,6 +159,8 @@ sed -i "s/^var G_send_time *= *[0-9]\+/var G_send_time = $send_time/g" `find ${w # .ph[ph] substitutions sed -i "s/define *( *PLAYERS_N, *[0-9]\+ *)/define(PLAYERS_N, $n_players)/g" `find ${web_path} -type f -name '*.ph*' -exec grep -l 'define *( *PLAYERS_N, *[0-9]\+ *)' {} \;` +sed -i "s/define *( *BRISKIN5_PLAYERS_N, *[0-9]\+ *)/define(BRISKIN5_PLAYERS_N, $n_players)/g" `find ${web_path} -type f -name '*.ph*' -exec grep -l 'define *( *BRISKIN5_PLAYERS_N, *[0-9]\+ *)' {} \;` + sed -i "s@define *( *FTOK_PATH,[^)]*)@define(FTOK_PATH, \"$ftok_path\")@g" `find ${web_path} -type f -name '*.ph*' -exec grep -l 'define *( *FTOK_PATH,[^)]*)' {} \;` sed -i "s@define *( *BRISK_DEBUG,[^)]*)@define(BRISK_DEBUG, $brisk_debug)@g" ${web_path}/Obj/brisk.phh