diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 42b82814c..7389c28ad 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -147,9 +147,9 @@ class Python3 < Formula # A temporary fix, until a homebrew # [issue on handling Frameworks](https://github.com/mxcl/homebrew/issues/15943) # is resolved. `brew install python python3` failed to link because both - # provide `Python.Framework`. Homebrew will need to be smarter about this, + # provide `Python.framework`. Homebrew will need to be smarter about this, # since Frameworks are built to support multiple versions. - ["Headers", "Python", "Resources"].each{ |f| rm(prefix/"Frameworks/Python.Framework/#{f}") } + ["Headers", "Python", "Resources"].each{ |f| rm(prefix/"Frameworks/Python.framework/#{f}") } end |
