summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/podman/package.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/podman/package.toml b/scripts/package-build/podman/package.toml
index 2cb05a55..3a0334a7 100644
--- a/scripts/package-build/podman/package.toml
+++ b/scripts/package-build/podman/package.toml
@@ -177,7 +177,7 @@ scm_url = "https://github.com/containers/podman"
#build_cmd = "cd ..; ./build.sh"
build_cmd = """
make install.tools
-make podman-release
+make PREFIX=/usr podman-release
tar xf podman-release-$(dpkg --print-architecture).tar.gz
VERSION=$(ls -d podman-v* | cut -c9-)