commit 8cf46f0efcb85419204c15e98a421036e3666591 parent 8a87b8b51263965432b20cbd5b7bd21165f2e985 Author: J Pipkin <j@dawnrazor.net> Date: Tue, 8 Jan 2013 09:40:30 -0600 remote tools/ from final package Diffstat:
| M | tools/package_up.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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 {} \;