sbcl: add update notice for maxima

Closes Homebrew/homebrew#17218.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Kaiwen Xu 2013-01-20 21:04:24 -05:00 committed by Adam Vandenberg
parent f054a654d4
commit 486892a6da
1 changed files with 8 additions and 0 deletions

View File

@ -77,4 +77,12 @@ class Sbcl < Formula
ENV['INSTALL_ROOT'] = prefix
system "sh install.sh"
end
def caveats; <<-EOS.undent
If you are upgrading sbcl and you have installed maxima,
you have to reinstall maxima:
brew rm maxima && brew install maxima
EOS
end
end