summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 776dfe5..8e16e60 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -745,7 +745,7 @@ while [ "${count}" -ne 0 ] && \
# we do not check "any" packages for linked libraries
# (why do they have them in the first place?)
mkdir "${package_content_dir}/${pkgfile##*/}"
- tar -C "${package_content_dir}/${pkgfile##*/}" -xJf "${pkgfile}" 2>/dev/null
+ tar -C "${package_content_dir}/${pkgfile##*/}" -xf "${pkgfile}" --zstd 2>/dev/null
# we rely on "${checksum}" not appearing in any objdump output
: "${checksum?umm, checksum is unset - this will break below sed-fu}"
# TODO: symbols may be in object files _inside_archives_
@@ -844,7 +844,7 @@ while [ "${count}" -ne 0 ] && \
rm -rf --one-file-system "${package_content_dir:?}/${pkgfile##*/}"
fi
{
- tar -tJf "${pkgfile}" 2>/dev/null | \
+ tar -tf "${pkgfile}" --zstd 2>/dev/null | \
sed -n '
s,^usr/lib/python\(2\?\)\([013-9.][0-9.]*\)/$,python\1 \1\2,
t print