diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-08 09:40:30 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-08 09:40:30 -0600 |
commit | 8cf46f0efcb85419204c15e98a421036e3666591 (patch) | |
tree | c1512d4dce55f64962532ee5deb7d4a1ed6490a0 /tools | |
parent | 8a87b8b51263965432b20cbd5b7bd21165f2e985 (diff) | |
download | sbotools-8cf46f0efcb85419204c15e98a421036e3666591.tar.xz |
remote tools/ from final package
Diffstat (limited to 'tools')
-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 {} \; |