Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac helper binaries: add default brew libexec path #1523

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. mac helper binaries: add default brew libexec path

    After installing podman via brew, I expected a locally compiled one to
    work as well.  But it failed as it could not find gvproxy.  It turns out
    that brew installs it at /opt/homebrew/opt/podman/libexec/podman/gvproxy,
    so I want the directory to be part of the default look-up paths.
    
    Same applies to the `/usr/local/opt` paths used on Intel Macs.  Also
    rearrange the order a bit.
    
    Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
    Valentin Rothberg authored and vrothberg committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    12fdcb0 View commit details
    Browse the repository at this point in the history