X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=5ffa87ab344c4455eafc6a8797037a056f13f959;hb=5b278aedf100a2edadf1f5328e1a8d8fdc2ea8f3;hp=069873b4d0937a12e37840482c772e73e73bfbd3;hpb=c0343793fa79c053f3498a5b5eee1ef6ccb05d5e;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 069873b..5ffa87a 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -121,7 +121,7 @@ if [ "$web_only" = "FALSE" ]; then chmod 666 ${ftok_path}/main fi install -d $web_path -install -m 644 web/*.{php,phh,css,js} ${web_path} +install -m 644 web/*.{php,phh,css,js,mp3,swf} ${web_path} cd web find . -name '.htaccess' -exec install -m 644 {} ${web_path}/{} \; cd -