x86: also symlink latest in musl builds dir

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-06 01:21:23 +02:00
parent 1e54abd4ff
commit 0e939e4cb1
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -36,7 +36,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
update_symlinks() {
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened} ; do
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do
pushd "${d}" >/dev/null || exit
shopt -s extglob
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do