summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-08-22 20:12:00 -0500
committerGitHub <noreply@github.com>2026-08-22 20:12:00 -0500
commit14d959fbb5ce0d2bf051c236b9050be81e17c885 (patch)
tree76cada8a67ccba433dc85466d678ad0573f766a0 /scripts
parent339947b6ddc3c49b21810aa93d5c89b82218afcd (diff)
parent54daf7cb52fd991ec2906a40fe75aab876ba382e (diff)
downloadvyos-build-14d959fbb5ce0d2bf051c236b9050be81e17c885.tar.gz
vyos-build-14d959fbb5ce0d2bf051c236b9050be81e17c885.zip
Merge pull request #1277 from sarthurdev/T9129
podman: T9129: Fix podman prefix directory
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-)