From f939a2c8b249d6fee560349fd5c7348bd16e47bb Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 16 Jun 2010 08:53:46 +0100 Subject: chmod Library and libexec too --- install_homebrew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_homebrew.rb b/install_homebrew.rb index 508338d38..793186f15 100644 --- a/install_homebrew.rb +++ b/install_homebrew.rb @@ -90,7 +90,7 @@ puts "/usr/local/bin/brew" puts "/usr/local/Library/Formula/..." puts "/usr/local/Library/Homebrew/..." -chmods = %w(bin etc include lib sbin share var . share/locale share/man share/info share/doc share/aclocal). +chmods = %w(bin etc include lib libexec Library sbin share var . share/locale share/man share/info share/doc share/aclocal). map{ |d| "/usr/local/#{d}" }. select{ |d| File.directory? d and not File.writable? d } chgrps = chmods.reject{ |d| File.stat(d).grpowned? } -- cgit v1.2.3