projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa11a6
)
no need to exclude CVS anymore
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 8 Jun 2008 22:28:16 +0000
(
00:28
+0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 8 Jun 2008 22:28:16 +0000
(
00:28
+0200)
tools/build-tarball.sh
patch
|
blob
|
history
diff --git
a/tools/build-tarball.sh
b/tools/build-tarball.sh
index 10a3a2b8394eadc708ee8b8c4de1ae08979590e5..3d5b3db4c21c92a3cf442dee9b5fd73252487e5e 100755
(executable)
--- a/
tools/build-tarball.sh
+++ b/
tools/build-tarball.sh
@@
-2,6
+2,6
@@
version=`cat VERSION`
file="/tmp/booh-$version.tar.bz2"
-tar --
exclude CVS --
transform="s||booh-$version/|" -jcvf $file *
+tar --transform="s||booh-$version/|" -jcvf $file *
echo
echo "Built $file"