Blacklist lzma since it was removed
Now when people search for it or try to install it they will receive a helpful message.
This commit is contained in:
parent
b6fa7ebcca
commit
dfe1eb31ca
@ -55,5 +55,7 @@ def blacklisted? name
|
||||
To do it in one line, use this command:
|
||||
curl http://npmjs.org/install.sh | sh
|
||||
EOS
|
||||
when /(lib)?lzma/
|
||||
"lzma is now part of the xz formula."
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user