X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=f0934748819ead9d5bba3ff8076dc063ccca5b52;hb=94bce6636c0a0ba8f7122d96bd4eac7ce9edc45d;hp=ef1eb0ab2a1e81269a5016b77bf8bc7ec2e5c656;hpb=9405d85cf07d3142d952be4569570d33a09ceb5e;p=brisk-img.git diff --git a/INSTALL.sh b/INSTALL.sh index ef1eb0a..f093474 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\"" @@ -41,7 +43,7 @@ function get_param () { # if [ "$1" = "-p" -o "$1" = "--package" ]; then cd .. - tar zcvf brisk-img.tgz `find brisk-img -name INSTALL.sh -o -name '*.png' -o -name '*.jpg' | grep -v imgsrc` + tar zcvf brisk-img.tgz `find brisk-img -name INSTALL.sh -o -name '*.png' -o -name '*.jpg' -o -name '*.gif' | grep -v imgsrc` cd - exit 0 fi @@ -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