diff options
author | Mathieu Tortuyaux <mtortuyaux@microsoft.com> | 2023-03-20 16:43:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 01:17:57 +0000 |
commit | 76106fe05b59a02991a7394096b13b02697f5496 (patch) | |
tree | 4c0813bf6a3a36fc8bb00d751b8aacca9123292a /app-containers | |
parent | dev-db/redis: drop 6.2.10, 7.0.8 (diff) | |
download | gentoo-76106fe05b59a02991a7394096b13b02697f5496.tar.gz gentoo-76106fe05b59a02991a7394096b13b02697f5496.tar.bz2 gentoo-76106fe05b59a02991a7394096b13b02697f5496.zip |
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@microsoft.com>
Closes: https://github.com/gentoo/gentoo/pull/30264
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-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}" \ |