diff options
author | Yoshiyuki Asaba | 2008-03-25 01:48:27 +0000 |
---|---|---|
committer | Yoshiyuki Asaba | 2008-03-25 01:48:27 +0000 |
commit | dd9bbe334a4778e37a3b6f532763263516e57869 (patch) | |
tree | 13124979a9cc820a3305a085f0accceba1e6ef59 | |
parent | ac49446296f90152059bdf69bfdfae233c2b2e19 (diff) |
Remove tools directory. This directory has developer's tools. No need
to contain in release package.
-rwxr-xr-x | tools/make_tarball.sh | 3 |
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 |