Commit 12fdcb0
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>1 parent 370c898 commit 12fdcb0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments