path: add GNU gnu-sed to PATH on the Mac

This commit is contained in:
Fernando Schauenburg 2022-02-03 23:35:12 +01:00
parent e994d8f0e3
commit 0d50f10fc6

View file

@ -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