Commit 4877783
committed
Use $BINDIR as the default helper binary directory on Windows
The default helper binary directory on Windows was hardcoded. However
the new user-scope installer deploys the binaries on a distinct
directory. As a consequence `podman machine start` fails because
gvproxy/winssh-proxy cannot be found.
This problem affects Hyper-V, not WSL.
To fix the problem we are using $BINDIR that is used by the function
FindHelperBinaries to look in the directory where podman is located.
Fixes containers/podman#27603
Signed-off-by: Mario Loriedo <[email protected]>1 parent 32a0839 commit 4877783
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
0 commit comments