diff options
| -rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 2144ebfc..0621e9c3 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
| @@ -54,7 +54,7 @@ do_compile() { | |||
| 54 | export GOFLAGS="-mod=vendor" | 54 | export GOFLAGS="-mod=vendor" |
| 55 | 55 | ||
| 56 | # oe_runmake BUILDTAGS="${BUILDTAGS}" | 56 | # oe_runmake BUILDTAGS="${BUILDTAGS}" |
| 57 | ${GO} build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui | 57 | ${GO} build -trimpath -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | do_install() { | 60 | do_install() { |
