aggiunte le gif
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:12:31 +0000 (19:12 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:12:31 +0000 (19:12 +0000)
INSTALL.sh

index fd5441a..51b1ecf 100755 (executable)
@@ -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