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 64081138ACE for ; Wed, 24 Dec 2014 14:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059EEE0960; Wed, 24 Dec 2014 14:44:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7108CE0960 for ; Wed, 24 Dec 2014 14:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5146340504 for ; Wed, 24 Dec 2014 14:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D15AD444 for ; Wed, 24 Dec 2014 14:43:59 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: <1419432231.33491e71001e1071e7dc331bd183ff7b0d394ba1.armin76@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: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 33491e71001e1071e7dc331bd183ff7b0d394ba1 X-VCS-Branch: master Date: Wed, 24 Dec 2014 14:43: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: 6c8671be-f61f-4221-acf8-cf6d0ad188c1 X-Archives-Hash: ba6419e76b9031cf8c9ee98151aac185 commit: 33491e71001e1071e7dc331bd183ff7b0d394ba1 Author: Raúl Porcel gentoo org> AuthorDate: Wed Dec 24 14:43:51 2014 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Wed Dec 24 14:43:51 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=33491e71 Fix syntax error --- targets/support/create-iso.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 7454adb..d4fd834 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -10,6 +10,7 @@ case ${clst_hostarch} in alpha) cdmaker="genisoimage" cdmakerpkg="app-cdr/cdrkit" + ;; mips) cdmaker="sgibootcd" cdmakerpkg="sys-boot/sgibootcd"