Created
March 31, 2011 20:07
-
-
Save riywo/897151 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/local/Library/Homebrew/cmd/install.rb.bak 2011-04-01 04:18:15.000000000 +0900 | |
+++ /usr/local/Library/Homebrew/cmd/install.rb 2011-04-01 05:05:30.000000000 +0900 | |
@@ -23,7 +23,7 @@ | |
def check_writable_install_location | |
raise "Cannot write to #{HOMEBREW_CELLAR}" if HOMEBREW_CELLAR.exist? and not HOMEBREW_CELLAR.writable? | |
- raise "Cannot write to #{HOMEBREW_PREFIX}" unless HOMEBREW_PREFIX.writable? | |
+ raise "Cannot write to #{HOMEBREW_PREFIX}" unless HOMEBREW_PREFIX.writable_real? | |
end | |
def check_cc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
関係してる? Homebrew/legacy-homebrew#4544