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:
d0be4f7
)
aggiunte le gif
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:13:41 +0000
(19:13 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 18 Feb 2007 19:13:41 +0000
(19:13 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
51b1ecf
..
f093474
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-43,7
+43,7
@@
function get_param () {
#
if [ "$1" = "-p" -o "$1" = "--package" ]; then
cd ..
- tar zcvf brisk-img.tgz `find brisk-img -name INSTALL.sh -o -name '*.png' -o -name '*.jpg' | grep -v imgsrc`
+ tar zcvf brisk-img.tgz `find brisk-img -name INSTALL.sh -o -name '*.png' -o -name '*.jpg'
-o -name '*.gif'
| grep -v imgsrc`
cd -
exit 0
fi