aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 92b4762cf..07f448121 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -33,12 +33,12 @@ class Coreutils < Formula
If you really need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:
- PATH="#{opt_prefix}/libexec/gnubin:$PATH"
+ PATH="#{opt_libexec}/gnubin:$PATH"
Additionally, you can access their man pages with normal names if you add
the "gnuman" directory to your MANPATH from your bashrc as well:
- MANPATH="#{opt_prefix}/libexec/gnuman:$MANPATH"
+ MANPATH="#{opt_libexec}/gnuman:$MANPATH"
EOS
end