tools/catalyst-auto-ppc64le.conf: symlink latest power9le stages

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-14 21:31:36 -07:00
parent 48857a09de
commit 157cb56b9b
No known key found for this signature in database
GPG key ID: A272C8F015129D52

View file

@ -24,7 +24,7 @@ update_symlinks() {
local d f t
for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,musl-hardened} ; do
pushd "${d}" >/dev/null
for t in ppc64le; do
for t in ppc64le power9le; 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}"