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 44315138350 for ; Mon, 30 Mar 2020 23:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EF8E0AFD; Mon, 30 Mar 2020 23:47:41 +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 C2AECE0AFD for ; Mon, 30 Mar 2020 23:47:40 +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 547E934F077 for ; Mon, 30 Mar 2020 23:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1377B18E for ; Mon, 30 Mar 2020 23:47:38 +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: <1585612036.724b49a0407303f5f9459238d1cb2f0ab290844f.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/HOWTO.txt X-VCS-Directories: doc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 724b49a0407303f5f9459238d1cb2f0ab290844f X-VCS-Branch: master Date: Mon, 30 Mar 2020 23:47:38 +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: bb28f975-b4b5-47bb-8a16-d46674bcd743 X-Archives-Hash: 14179c8277217c6b080b9e4577e76b28 commit: 724b49a0407303f5f9459238d1cb2f0ab290844f Author: Matt Turner gentoo org> AuthorDate: Mon Mar 30 16:53:49 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 30 23:47:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=724b49a0 doc: Fix some typos Signed-off-by: Matt Turner gentoo.org> doc/HOWTO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt index b1d315e6..960b5761 100644 --- a/doc/HOWTO.txt +++ b/doc/HOWTO.txt @@ -1,4 +1,4 @@ -Catalyst is a release-buildcing tool for Gentoo. If you use Gentoo +Catalyst is a release-building tool for Gentoo. If you use Gentoo and want to roll your own live CD or bootable USB stick, this is the way to go. First, get a Gentoo development box and install the necessary tools: @@ -54,7 +54,7 @@ where the storage dir is `$storedir/builds/$source_subpath` (`$storedir` from `catalyst.conf`, `$source_subpath` from your `*.spec` file). -`.*spec` files +`*.spec` files ~~~~~~~~~~~~~~ `.*spec` files tell catalyst about the system you're trying to build.