diff options
-rwxr-xr-x | tools/package_up.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/package_up.sh b/tools/package_up.sh index 768bf26..a33f1f4 100755 --- a/tools/package_up.sh +++ b/tools/package_up.sh @@ -35,6 +35,9 @@ done if [[ -d $PKG_DIR/t ]]; then rm -rf $PKG_DIR/t fi +if [[ -d $PKG_DIR/tools ]]; then + rm -rf $PKG_DIR/tools +fi find $PKG_DIR -type f -name \*~ -exec rm {} \; |