]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
aggiunta gestione flash e audio mp3
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 17:54:41 +0000 (17:54 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 17:54:41 +0000 (17:54 +0000)
INSTALL.sh

index 069873b4d0937a12e37840482c772e73e73bfbd3..5ffa87ab344c4455eafc6a8797037a056f13f959 100755 (executable)
@@ -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 -