Skip to content

Commit

Permalink
gvisor-tap-vsock: Move binary to ${prefix}/libexec
Browse files Browse the repository at this point in the history
`gvproxy` is a binary to forward ports for podman machine. It should not
be used as a normal user.

containers/podman#11960 (comment)
  • Loading branch information
judaew committed Oct 15, 2021
1 parent 708d797 commit a6c96c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net/gvisor-tap-vsock/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/containers/gvisor-tap-vsock 0.2.0 v
revision 0
revision 1

categories net
license Apache-2
Expand All @@ -27,7 +27,11 @@ build.cmd make
build.args build

destroot {
xinstall -m 0755 ${worksrcpath}/bin/gvproxy ${destroot}${prefix}/bin
# `gvproxy` is a binary to forward ports for podman machine. It should not
# be used as a normal user.
#
# https://github.com/containers/podman/issues/11960#issuecomment-943162546
xinstall -m 0755 ${worksrcpath}/bin/gvproxy ${destroot}${prefix}/libexec
}

# Do not check the first tags v3 and v4.
Expand Down

0 comments on commit a6c96c2

Please sign in to comment.