aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ccache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ccache.rb')
-rw-r--r--Library/Formula/ccache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index 11ce58736..3e13e90fd 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -36,7 +36,7 @@ class Ccache < Formula
def caveats; <<-EOS.undent
To install symlinks for compilers that will automatically use
ccache, prepend this directory to your PATH:
- #{opt_prefix}/libexec
+ #{opt_libexec}
If this is an upgrade and you have previously added the symlinks to
your PATH, you may need to modify it to the path specified above so