From 50db35e5d367107ecbbcbd2a13c20669d19270d4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Jun 2013 12:04:58 -0500 Subject: Use Hardware::CPU module --- Library/Homebrew/cmd/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 51c5ee24a..46bc59b91 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -23,7 +23,7 @@ module Homebrew extend self end def check_ppc - case Hardware.cpu_type when :ppc, :dunno + case Hardware::CPU.type when :ppc, :dunno abort <<-EOS.undent Sorry, Homebrew does not support your computer's CPU architecture. For PPC support, see: https://github.com/mistydemeo/tigerbrew -- cgit v1.2.3