diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2026-08-20 15:54:18 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2026-08-20 15:54:18 +0200 |
| commit | 54daf7cb52fd991ec2906a40fe75aab876ba382e (patch) | |
| tree | 91f144152452f0761cef2e9eecfbdde9bdcbdbf2 /scripts | |
| parent | b84fb1af685a8fa371117a2b5b0e2070ede0ff61 (diff) | |
| download | vyos-build-54daf7cb52fd991ec2906a40fe75aab876ba382e.tar.gz vyos-build-54daf7cb52fd991ec2906a40fe75aab876ba382e.zip | |
podman: T9129: Fix podman prefix directory
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/podman/package.toml | 2 |
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-) |
