From a6c773abd866473a4a2838a69008c9fd03dff1ff Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 9 Jun 2008 00:28:16 +0200 Subject: [PATCH] no need to exclude CVS anymore --- tools/build-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-tarball.sh b/tools/build-tarball.sh index 10a3a2b..3d5b3db 100755 --- 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" -- 2.21.3