index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 2 |
diff --git a/bin/build-packages b/bin/build-packages index 9f0b70e..d03600e 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -773,7 +773,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##*/}" -xf "${pkgfile}" --zstd 2>/dev/null + tar -C "${package_content_dir}/${pkgfile##*/}" -xf "${pkgfile}" --zstd # 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_ |