summaryrefslogtreecommitdiff
path: root/bin/create-build-support-package
diff options
context:
space:
mode:
Diffstat (limited to 'bin/create-build-support-package')
-rwxr-xr-xbin/create-build-support-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/create-build-support-package b/bin/create-build-support-package
index 3e9dd8d..dc7b7bd 100755
--- a/bin/create-build-support-package
+++ b/bin/create-build-support-package
@@ -214,7 +214,7 @@ if [ -n "${source_package}" ]; then
list_package_files \
| LANG=C bsdtar -C "${tmp_dir}/content" -cnf - --null --files-from - \
- | xz -c -z - \
+ | zstd -c -z - \
> "${tmp_dir}/${new_pkg}"
rm -rf --one-file-system "${tmp_dir:?}/content"