From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C566D138010 for ; Fri, 31 Aug 2012 00:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B66E0212; Fri, 31 Aug 2012 00:26:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE2E0E0212 for ; Fri, 31 Aug 2012 00:26:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C85433D8F5 for ; Fri, 31 Aug 2012 00:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 30079E543C for ; Fri, 31 Aug 2012 00:25:59 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1346372744.e6637d16dcd5fb55c753b10d7d8dd37ee9a60d13.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: e6637d16dcd5fb55c753b10d7d8dd37ee9a60d13 X-VCS-Branch: master Date: Fri, 31 Aug 2012 00:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9bf4ccfe-221d-464e-b2ad-5535704defef X-Archives-Hash: 170a60c7eccc969de68ba996df827f12 commit: e6637d16dcd5fb55c753b10d7d8dd37ee9a60d13 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Fri Aug 31 00:25:44 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Fri Aug 31 00:25:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=e6637d16 Fix x86 i[46]86 stage test. --- tools/catalyst-auto-x86.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index bef6cb6..db2744b 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -56,7 +56,7 @@ pre_build() { post_build() { pushd ${BUILD_SRCDIR_BASE}/default - if [ -f stage3-i[46]86-*${DATESTAMP}*.bz2 ]; then + if [ -f stage3-i486-*${DATESTAMP}*.bz2 -o -f stage3-i686-*${DATESTAMP}*.bz2 ]; then # mkdir ${BUILD_DESTDIR_BASE}/default/${DATESTAMP} # cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/default/${DATESTAMP} cp stage3-i[46]86-*${DATESTAMP}*.bz2* ${BUILD_DESTDIR_BASE}/