diff options
| author | Jack Nagel | 2013-06-13 12:04:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-14 10:34:17 -0500 |
| commit | e17d2a24fc02a3d0f60b872ee41e1bd7df6347c2 (patch) | |
| tree | 7a1c5b010545eb4529c65d9666e02f5c750f27b0 /Library/Homebrew/cmd/install.rb | |
| parent | dd774b604fcf49a8bf787b13f79abc97a43507c8 (diff) | |
| download | homebrew-e17d2a24fc02a3d0f60b872ee41e1bd7df6347c2.tar.bz2 | |
Use Hardware::CPU module
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -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 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 |
