I have at least one application that is installing executables in another folder than its {{prefix}}/bin
, one like {{[prefix}}/libexec/mc/mcwrapper.sh
.
I know that brew does symlink all the files from bin/
automatically, without needing any configuration. Check brew edit mc
and you will not see any code for creating the symlinks.
Now the question is how do I tell mc to also symlink few other scripts so I can have them in the path?