From: Matteo Nastasi (mop) Date: Sat, 16 Feb 2008 09:41:06 +0000 (+0000) Subject: BRISKIN5_PLAYERS_N sedify X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=308c456033fa1b725f02156a1554e4c89780cbc1;p=brisk.git BRISKIN5_PLAYERS_N sedify --- diff --git a/INSTALL.sh b/INSTALL.sh index 71b50d2..1258a0a 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -155,6 +155,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