Replace sceaga/homebrew with mistydemeo/tigerbrew
@sceaga has discontinued his homebrew fork, so tigerbrew is now PPC/ Tiger users' best bet.
This commit is contained in:
parent
d6299af86c
commit
1bce10ad6c
@ -29,7 +29,7 @@ module Homebrew extend self
|
|||||||
case Hardware.cpu_type when :ppc, :dunno
|
case Hardware.cpu_type when :ppc, :dunno
|
||||||
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: http://github.com/sceaga/homebrew/tree/powerpc
|
For PPC support, see: https://github.com/mistydemeo/tigerbrew
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
2
bin/brew
2
bin/brew
@ -38,7 +38,7 @@ end
|
|||||||
if MACOS and MACOS_VERSION < 10.5
|
if MACOS and MACOS_VERSION < 10.5
|
||||||
abort <<-EOABORT.undent
|
abort <<-EOABORT.undent
|
||||||
Homebrew requires Leopard or higher. For Tiger support, see:
|
Homebrew requires Leopard or higher. For Tiger support, see:
|
||||||
http://github.com/sceaga/homebrew/tree/tiger
|
https://github.com/mistydemeo/tigerbrew
|
||||||
EOABORT
|
EOABORT
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user