summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/buildit/build_llvm4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index afbf143cf0..37ef16e6df 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -345,9 +345,9 @@ chgrp -h -R wheel $DEST_DIR
chgrp -R wheel $DEST_DIR
################################################################################
-# Remove tar ball from docs directory
+# Remove the docs directory
-find $DEST_DIR -name html.tar.gz -exec rm {} \;
+rm -rf $DEST_DIR$DEST_ROOT/docs
################################################################################
# symlinks so that B&I can find things