aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKaiwen Xu2013-01-20 21:04:24 -0500
committerAdam Vandenberg2013-01-21 06:39:39 -0800
commit82c6ef07b573937ba025fdc9c56c5b1b4d821d76 (patch)
tree8fc7e4c8d05fce857aa2d5a0355ca9fa040b378c /Library/Formula
parent1f2ad4c9978d8c098b0918112968ac542bd8e0ea (diff)
downloadhomebrew-82c6ef07b573937ba025fdc9c56c5b1b4d821d76.tar.bz2
sbcl: add update notice for maxima
Closes #17218. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sbcl.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index 3dd0a1a85..4e80d97b1 100644
--- a/Library/Formula/sbcl.rb
+++ b/Library/Formula/sbcl.rb
@@ -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