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 9F5081387D3 for ; Sun, 26 Oct 2014 12:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02502E0A91; Sun, 26 Oct 2014 12:27:45 +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 A1051E0A91 for ; Sun, 26 Oct 2014 12:27:44 +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 723B7340418 for ; Sun, 26 Oct 2014 12:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1869B8C81 for ; Sun, 26 Oct 2014 12:27:42 +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: <1414326453.57206e6504cb0d849453a298401209e4b02fd011.armin76@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 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: 57206e6504cb0d849453a298401209e4b02fd011 X-VCS-Branch: 3.0 Date: Sun, 26 Oct 2014 12:27:42 +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: dfa75e2f-bbe2-435c-a6c1-5cb172252794 X-Archives-Hash: 1f07db283bba8acaffc6fe616dfec7a8 commit: 57206e6504cb0d849453a298401209e4b02fd011 Author: Raúl Porcel gentoo org> AuthorDate: Sun Oct 26 12:27:33 2014 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Sun Oct 26 12:27:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=57206e65 Typo Signed-off-by: Raúl Porcel 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 922057e..49f3f40 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -13,7 +13,7 @@ case ${clst_hostarch} in ;; *) cdmaker="mkisofs" - cdmakerpkg="app-cdr/cdrkit or app/cdr-cdrtools" + cdmakerpkg="app-cdr/cdrkit or app-cdr/cdrtools" ;; esac