Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 27 Apr 2017 21:42:25
Message-Id: 1493329283.f08b2e96caf29c265ac836bdffb08161895e83d6.chewi@gentoo
1 commit: f08b2e96caf29c265ac836bdffb08161895e83d6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 10:11:33 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 21:41:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08b2e96
7
8 cdrom.eclass: Fix important typo in the multiple disc instructions
9
10 If you have all the files within the same directory tree then you
11 should set CD_ROOT, not CD_ROOT_1.
12
13 eclass/cdrom.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
17 index 2ef60d95c2b..dac6992b678 100644
18 --- a/eclass/cdrom.eclass
19 +++ b/eclass/cdrom.eclass
20 @@ -121,7 +121,7 @@ cdrom_get_cds() {
21 einfo "for all the CDs."
22 echo
23 einfo "For example:"
24 - einfo "export CD_ROOT_1=/mnt/cdrom"
25 + einfo "export CD_ROOT=/mnt/cdrom"
26 echo
27 fi