forked from OSchip/llvm-project
Set the permissions for 'experimental' and its context to the correct values.
llvm-svn: 194993
This commit is contained in:
parent
3a4036a1ce
commit
39d0c93b70
|
@ -39,6 +39,8 @@ installheaders::
|
|||
chmod 644 $(HEADER_DIR)/c++/v1/*
|
||||
chmod 755 $(HEADER_DIR)/c++/v1/ext
|
||||
chmod 644 $(HEADER_DIR)/c++/v1/ext/*
|
||||
chmod 755 $(HEADER_DIR)/c++/v1/experimental
|
||||
chmod 644 $(HEADER_DIR)/c++/v1/experimental/*
|
||||
|
||||
install::
|
||||
|
||||
|
|
Loading…
Reference in New Issue