diff options
-rw-r--r-- | app-containers/podman/podman-4.4.1-r1.ebuild (renamed from app-containers/podman/podman-4.4.1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-containers/podman/podman-4.4.1.ebuild b/app-containers/podman/podman-4.4.1-r1.ebuild index 587776e4cfc6..bfb6c4323abe 100644 --- a/app-containers/podman/podman-4.4.1.ebuild +++ b/app-containers/podman/podman-4.4.1-r1.ebuild @@ -100,6 +100,7 @@ src_compile() { export -n GOCACHE GOPATH XDG_CACHE_HOME GOBIN="${S}/bin" \ emake all \ + PREFIX="${EPREFIX}/usr" \ GIT_BRANCH=master \ GIT_BRANCH_CLEAN=master \ COMMIT_NO="${git_commit}" \ |