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 069873b..5ffa87a 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 -