From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EE610138350 for ; Fri, 3 Apr 2020 07:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26295E09F4; Fri, 3 Apr 2020 07:48:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 08649E09F4 for ; Fri, 3 Apr 2020 07:48:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6B0EF34EF5B for ; Fri, 3 Apr 2020 07:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E81C88D for ; Fri, 3 Apr 2020 07:48:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585900061.a2ba0bda5c5a38a2f34d1a26002d3f4f73776f48.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a2ba0bda5c5a38a2f34d1a26002d3f4f73776f48 X-VCS-Branch: master Date: Fri, 3 Apr 2020 07:48:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e006fa3-4cf0-4bda-9791-ce76f99390c1 X-Archives-Hash: 37a02ae7f6c9aac89471ab6cbf599874 commit: a2ba0bda5c5a38a2f34d1a26002d3f4f73776f48 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 3 07:46:55 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 3 07:47:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a2ba0bda targets: Add missing "in" Fixes: a55e0890b809 (targets: Switch from SILO to GRUB on SPARC) Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 6d95c398..9b10b7cf 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -226,7 +226,7 @@ case ${clst_hostarch} in esac ;; ppc*|powerpc*|sparc*) - case ${clst_hostarch} + case ${clst_hostarch} in sparc*) extra_opts="--sparc-boot" ;; esac