commit:     5ed8b0c8b0bcac6d0817b873e834b26850f24c7c
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 16:46:35 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 16:46:35 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=5ed8b0c8

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

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 tools/catalyst-auto-sparc64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 8e9c9a35..fee5205f 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -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

Reply via email to