hppa autobuilds: there are no bz2 stages anymore

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-12-11 15:48:04 +01:00
parent 5c1cf78a25
commit f949c90a74
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -32,7 +32,7 @@ update_symlinks() {
mkdir -p "${d}"
pushd "${d}" >/dev/null
for t in hppa1.1 hppa2.0; do
for f in $(ls stage3-${t}-*bz2 stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
local of=$(echo "${f}" | convert_filename)
ln -sf "${f}" "${of}"
done