From af7d8705e5e7bb9a4d16d6c8d814b146e85d45fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 6 Jul 2014 22:06:09 -0500 Subject: Give the cache the same permissions as the installer does --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 9e3af1ee8..d25f24964 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -30,7 +30,7 @@ def cache def mkpath unless exist? super - chmod 0777 + chmod 0775 end end } -- cgit v1.2.3