X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=51b1ecf1116b54a7e1ccab8baa4165a6b759d82b;hb=c54673fdf732ee497637a9ca4b3e0ba5d57393c8;hp=ef1eb0ab2a1e81269a5016b77bf8bc7ec2e5c656;hpb=9405d85cf07d3142d952be4569570d33a09ceb5e;p=brisk-img.git diff --git a/INSTALL.sh b/INSTALL.sh index ef1eb0a..51b1ecf 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -13,7 +13,9 @@ fi function usage () { echo + echo "$1 [-p|--package]" echo "$1 [-n 3|5] [-w web_dir] [-k ] [-W]" + echo " -p build \"binary\" version of the package" echo " -h this help" echo " -n number of players - def. $n_players" echo " -w dir where place the web tree - def. \"$web_path\"" @@ -69,6 +71,6 @@ echo " n_players: $n_players" install -d ${web_path}/img -install -m 644 `ls img/*.{jpg,png} | grep -v 'img/src_'` ${web_path}/img +install -m 644 `ls img/*.{jpg,png,gif} | grep -v 'img/src_'` ${web_path}/img exit 0