Skip to content

Commit 72ef92d

Browse files
Merge pull request #1523 from vrothberg/mac-helpers-dir
mac helper binaries: add default brew libexec path
2 parents e6f314e + 12fdcb0 commit 72ef92d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/config/config_darwin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ func ifRootlessConfigPath() (string, error) {
3030

3131
var defaultHelperBinariesDir = []string{
3232
// Homebrew install paths
33-
"/usr/local/opt/podman/libexec",
33+
"/usr/local/opt/podman/libexec/podman",
34+
"/opt/homebrew/opt/podman/libexec/podman",
3435
"/opt/homebrew/bin",
35-
"/opt/homebrew/opt/podman/libexec",
3636
"/usr/local/bin",
3737
// default paths
3838
"/usr/local/libexec/podman",

0 commit comments

Comments
 (0)