catalyst-auto-sparc64.conf: disable multilib in one more place

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2019-01-04 10:46:35 -06:00
parent fecc010220
commit 5ed8b0c8b0
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -33,7 +33,7 @@ give_latest_from_dates() {
update_symlinks() {
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/builds/{default,multilib} ; do
for d in ${BUILD_SRCDIR_BASE}/default; do
pushd $d >/dev/null
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff