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:
558375d
)
aggiunto target package
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 31 Dec 2006 10:21:00 +0000
(10:21 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 31 Dec 2006 10:21:00 +0000
(10:21 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
054181b
..
ef1eb0a
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-39,6
+39,13
@@
function get_param () {
#
# MAIN
#
+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`
+ cd -
+ exit 0
+fi
+
while [ $# -gt 0 ]; do
# echo aa $1 xx $2 bb
case $1 in