X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk-img.git;a=blobdiff_plain;f=INSTALL.sh;h=51b1ecf1116b54a7e1ccab8baa4165a6b759d82b;hp=fd5441a36eb9d4d88f8f78ff0f0a4fe477ca7741;hb=c54673fdf732ee497637a9ca4b3e0ba5d57393c8;hpb=b45f3eb8f9330dabb8f49aeae4313a3814863752 diff --git a/INSTALL.sh b/INSTALL.sh index fd5441a..51b1ecf 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -71,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