From 9ce7f406b07f7810f406b467793d4480bffb78b4 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 20 Mar 2023 17:31:59 +0100 Subject: [PATCH] app-containers/podman: fix prefix Signed-off-by: Mathieu Tortuyaux --- overlay/app-containers/podman/podman-4.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay/app-containers/podman/podman-4.4.1.ebuild b/overlay/app-containers/podman/podman-4.4.1.ebuild index 1cfce5f..5b33228 100644 --- a/overlay/app-containers/podman/podman-4.4.1.ebuild +++ b/overlay/app-containers/podman/podman-4.4.1.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}" \