Skip to content

Instantly share code, notes, and snippets.

@riywo
Created March 31, 2011 20:07
Show Gist options
  • Save riywo/897151 to your computer and use it in GitHub Desktop.
Save riywo/897151 to your computer and use it in GitHub Desktop.
--- /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
@riywo
Copy link
Author

riywo commented Apr 1, 2011

関係してる? Homebrew/legacy-homebrew#4544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment