path: add GNU gnu-sed
to PATH on the Mac
This commit is contained in:
parent
e994d8f0e3
commit
0d50f10fc6
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ while read -r dir; do
|
|||
done <<EOL
|
||||
$LOCAL_PREFIX/bin
|
||||
$LOCAL_PREFIX/opt/findutils/libexec/gnubin
|
||||
$LOCAL_PREFIX/opt/gnu-sed/libexec/gnubin
|
||||
$HOME/.local/bin
|
||||
EOL
|
||||
export PATH
|
||||
|
@ -36,6 +37,7 @@ while read -r dir; do
|
|||
done <<EOL
|
||||
$LOCAL_PREFIX/share/man
|
||||
$LOCAL_PREFIX/opt/findutils/libexec/gnuman
|
||||
$LOCAL_PREFIX/opt/gnu-sed/libexec/gnuman
|
||||
$HOME/.local/share/man
|
||||
EOL
|
||||
export MANPATH
|
||||
|
|
Loading…
Add table
Reference in a new issue