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:
Max Howell 2011-08-31 13:02:23 +01:00
parent b6fa7ebcca
commit dfe1eb31ca

View File

@ -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