Gentoo Archives: gentoo-dev

From: James Le Cuirot <chewi@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Cc: James Le Cuirot <chewi@g.o>
Subject: [gentoo-dev] [PATCH 08/14] cdrom.eclass: Fix important typo in the multiple disc instructions
Date: Mon, 17 Apr 2017 21:59:32
Message-Id: 20170417215359.30641-9-chewi@gentoo.org
In Reply to: [gentoo-dev] [PATCH] cdrom.eclass: Near rewrite by James Le Cuirot
1 If you have all the files within the same directory tree then you
2 should set CD_ROOT, not CD_ROOT_1.
3 ---
4 eclass/cdrom.eclass | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
8 index 67f9b15d21e4..56032e084d01 100644
9 --- a/eclass/cdrom.eclass
10 +++ b/eclass/cdrom.eclass
11 @@ -121,7 +121,7 @@ cdrom_get_cds() {
12 einfo "for all the CDs."
13 echo
14 einfo "For example:"
15 - einfo "export CD_ROOT_1=/mnt/cdrom"
16 + einfo "export CD_ROOT=/mnt/cdrom"
17 echo
18 fi
19
20 --
21 2.11.0