commit: 76106fe05b59a02991a7394096b13b02697f5496 Author: Mathieu Tortuyaux <mtortuyaux <AT> microsoft <DOT> com> AuthorDate: Mon Mar 20 15:43:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 01:17:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76106fe0
app-containers/podman: fix quadlet generation issue Without prefix, the podman path generated by quadlet was targetting /usr/local/bin/podman (instead of /usr/bin/podman) Closes: https://bugs.gentoo.org/895956 Signed-off-by: Mathieu Tortuyaux <mtortuyaux <AT> microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/30264 Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/podman/{podman-4.4.1.ebuild => podman-4.4.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-containers/podman/podman-4.4.1.ebuild b/app-containers/podman/podman-4.4.1-r1.ebuild similarity index 99% rename from app-containers/podman/podman-4.4.1.ebuild rename to 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}" \
