diff options
| author | Mike McQuaid | 2016-07-08 20:52:07 +0100 |
|---|---|---|
| committer | GitHub | 2016-07-08 20:52:07 +0100 |
| commit | 2c792076dc58e871bb7cd2a4cb4d03c39770497d (patch) | |
| tree | f715ce0a9d50035e0bdc41d2c3d601022d00b65f | |
| parent | 51025a9fa2b5a762179b5c78b1c603a4a65c13ba (diff) | |
| download | brew-2c792076dc58e871bb7cd2a4cb4d03c39770497d.tar.bz2 | |
cmd/install: port to generic OS. (#458)
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index df9850307..935865bcc 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -205,7 +205,7 @@ module Homebrew def check_ppc case Hardware::CPU.type - when :ppc, :dunno + when :ppc abort <<-EOS.undent Sorry, Homebrew does not support your computer's CPU architecture. For PPC support, see: https://github.com/mistydemeo/tigerbrew |
