cmd/install: port to generic OS. (#458)
This commit is contained in:
parent
51025a9fa2
commit
2c792076dc
@ -205,7 +205,7 @@ module Homebrew
|
|||||||
|
|
||||||
def check_ppc
|
def check_ppc
|
||||||
case Hardware::CPU.type
|
case Hardware::CPU.type
|
||||||
when :ppc, :dunno
|
when :ppc
|
||||||
abort <<-EOS.undent
|
abort <<-EOS.undent
|
||||||
Sorry, Homebrew does not support your computer's CPU architecture.
|
Sorry, Homebrew does not support your computer's CPU architecture.
|
||||||
For PPC support, see: https://github.com/mistydemeo/tigerbrew
|
For PPC support, see: https://github.com/mistydemeo/tigerbrew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user