From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1065228-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 05336138334
	for <garchives@archives.gentoo.org>; Fri,  4 Jan 2019 22:51:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 37948E08D9;
	Fri,  4 Jan 2019 22:51:52 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0EE14E08D9
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 22:51:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 339AF335D04
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 22:51:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B76E4F2
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 22:51:48 +0000 (UTC)
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" <bkohler@gentoo.org>
Message-ID: <1546642183.e3ce4e5a4816cd1b92624a10273c02e89e4fb982.bkohler@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: tools/
X-VCS-Repository: proj/releng
X-VCS-Files: tools/catalyst-auto-sparc64.conf
X-VCS-Directories: tools/
X-VCS-Committer: bkohler
X-VCS-Committer-Name: Ben Kohler
X-VCS-Revision: e3ce4e5a4816cd1b92624a10273c02e89e4fb982
X-VCS-Branch: master
Date: Fri,  4 Jan 2019 22:51:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7efd363e-181f-4bf2-aa0e-73d63f04a5c8
X-Archives-Hash: d514a3e89a65081eed5b9f54967cb05b

commit:     e3ce4e5a4816cd1b92624a10273c02e89e4fb982
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 22:49:43 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 22:49:43 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e3ce4e5a

catalyst-auto-sparc64.conf: path fixups

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

 tools/catalyst-auto-sparc64.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index fee5205f..e7736a74 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -56,7 +56,7 @@ post_build() {
   )
   "${cmd[@]}" ${TMPDIR}/empty ${DEST}
   "${cmd[@]}" \
-    ${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*${EXTENSIONS}* \
-    ${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso* \
+    ${BUILD_SRCDIR_BASE}/default/stage3-*${DATESTAMP}*${EXTENSIONS}* \
+    ${BUILD_SRCDIR_BASE}/default/*${DATESTAMP}*.iso* \
     sparc@nightheron.gentoo.org:
 }