summaryrefslogtreecommitdiff
path: root/scripts/package-build
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2026-08-20 15:54:18 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2026-08-20 15:54:18 +0200
commit54daf7cb52fd991ec2906a40fe75aab876ba382e (patch)
tree91f144152452f0761cef2e9eecfbdde9bdcbdbf2 /scripts/package-build
parentb84fb1af685a8fa371117a2b5b0e2070ede0ff61 (diff)
downloadvyos-build-54daf7cb52fd991ec2906a40fe75aab876ba382e.tar.gz
vyos-build-54daf7cb52fd991ec2906a40fe75aab876ba382e.zip
podman: T9129: Fix podman prefix directory
Diffstat (limited to 'scripts/package-build')
-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-)