summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiyuki Asaba2008-03-25 01:48:27 +0000
committerYoshiyuki Asaba2008-03-25 01:48:27 +0000
commitdd9bbe334a4778e37a3b6f532763263516e57869 (patch)
tree13124979a9cc820a3305a085f0accceba1e6ef59
parentac49446296f90152059bdf69bfdfae233c2b2e19 (diff)
Remove tools directory. This directory has developer's tools. No need
to contain in release package.
-rwxr-xr-xtools/make_tarball.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_tarball.sh b/tools/make_tarball.sh
index 1b1f5ca..2dc8fa9 100755
--- a/tools/make_tarball.sh
+++ b/tools/make_tarball.sh
@@ -31,5 +31,8 @@ cvs export $TAGOPT -d $PACKAGE_DIR pgpoolAdmin
# create templates_c directory.
mkdir $PACKAGE_DIR/templates_c
+# remove tools directory
+find $PACKAGE_DIR -name tools -type d | xargs rm -rf
+
# make tar ball
tar czf $PACKAGE_DIR.tar.gz $PACKAGE_DIR