aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-07 10:34:52 -0500
committerJack Nagel2014-07-07 10:34:54 -0500
commit99d07de40f7d65bb201d9654212f514bad3c0ca5 (patch)
treefc467008266513b58c9cd92e83e5f5ec16fd47cf /Library/Formula
parent087b7b93e89b459c83dfa890ce88e45b697b7947 (diff)
downloadhomebrew-99d07de40f7d65bb201d9654212f514bad3c0ca5.tar.bz2
llvm: use opt helpers in caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 1a40ec638..f96b4f759 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -78,8 +78,8 @@ class Llvm < Formula
def caveats
<<-EOS.undent
- LLVM executables are installed in #{bin}.
- Extra tools are installed in #{share}/llvm.
+ LLVM executables are installed in #{opt_bin}.
+ Extra tools are installed in #{opt_share}/llvm.
If you already have LLVM installed, then "brew upgrade llvm" might not work.
Instead, try: