mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
Remove the entire docs directory from Apple-style builds.
This fixes a "usr_junk" verification failure when installing into /usr. llvm-svn: 108384
This commit is contained in:
parent
5c736e0034
commit
b9dbac8655
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user