diff options
| author | Adam Vandenberg | 2014-03-05 21:28:31 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-03-07 07:08:52 -0800 | 
| commit | b0ae186a3dde2c47f1742b9125941792b46f42fd (patch) | |
| tree | 82fca9a30afd99916b0d03b4bd61d521bb52ea7a /Library/Formula/coreutils.rb | |
| parent | 4f3188bcef0dd96f9b010d199d903b02ed929295 (diff) | |
| download | homebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2 | |
use opt shortcuts
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 4 | 
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 | 
