Skip to content

Commit

Permalink
cmd/install: port to generic OS. (Homebrew#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and souvik1997 committed Jul 25, 2016
1 parent a3991bb commit 4a92aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def install

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
Expand Down

0 comments on commit 4a92aaa

Please sign in to comment.