From 35080eae90c75edbe277c1a0cba70998a8fe23f9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 18 Nov 2013 07:01:16 +0000 Subject: [PATCH] Set the permissions for 'experimental' and its context to the correct values. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@194993 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f55db43d..92670233 100644 --- a/Makefile +++ b/Makefile @@ -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::