diff options
| author | Dave Cottlehuber <dch@FreeBSD.org> | 2025-09-17 21:16:37 +0000 |
|---|---|---|
| committer | Dave Cottlehuber <dch@FreeBSD.org> | 2025-09-17 21:16:37 +0000 |
| commit | 728ec0c094ce473ae17ebd1adb05f0959bf3a68e (patch) | |
| tree | cd46808027c7f25ce651eabc164e5e85043ef516 /release/scripts | |
| parent | a2783fb75401c85f5ae815a1349fbad8e7ab7b3c (diff) | |
Diffstat (limited to 'release/scripts')
| -rw-r--r-- | release/scripts/make-oci-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/make-oci-image.sh b/release/scripts/make-oci-image.sh index 8a620e9d8973..6e5ad69741f7 100644 --- a/release/scripts/make-oci-image.sh +++ b/release/scripts/make-oci-image.sh @@ -47,7 +47,7 @@ install_packages() { # metadata for what was installed). This trims more than 40Mb from the # resulting image. env IGNORE_OSVERSION=yes ABI=${abi} pkg --rootdir ${rootdir} --repo-conf-dir ${workdir}/repos \ - install -yq "$@" || exit $? + install -yq -g "$@" || exit $? rm -rf ${rootdir}/var/db/pkg/repos } |
