forked from OSchip/llvm-project
Remove tar ball from installed directory.
llvm-svn: 50717
This commit is contained in:
parent
ef3faa1b1c
commit
557ecd8670
|
@ -234,6 +234,11 @@ find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1
|
|||
chgrp -h -R wheel $DEST_DIR
|
||||
chgrp -R wheel $DEST_DIR
|
||||
|
||||
################################################################################
|
||||
# Remove tar ball from docs directory
|
||||
|
||||
find $DEST_DIR -name html.tar.gz -exec rm {} \;
|
||||
|
||||
################################################################################
|
||||
# w00t! Done!
|
||||
|
||||
|
|
Loading…
Reference in New Issue