projects
/
brisk-img.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45f3eb
)
aggiunte le gif
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:12:31 +0000
(19:12 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:12:31 +0000
(19:12 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
fd5441a
..
51b1ecf
100755
(executable)
--- 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