commit: f08b2e96caf29c265ac836bdffb08161895e83d6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 10:11:33 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 21:41:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08b2e96
cdrom.eclass: Fix important typo in the multiple disc instructions
If you have all the files within the same directory tree then you
should set CD_ROOT, not CD_ROOT_1.
eclass/cdrom.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index 2ef60d95c2b..dac6992b678 100644
--- a/eclass/cdrom.eclass
+++ b/eclass/cdrom.eclass
@@ -121,7 +121,7 @@ cdrom_get_cds() {
einfo "for all the CDs."
echo
einfo "For example:"
- einfo "export CD_ROOT_1=/mnt/cdrom"
+ einfo "export CD_ROOT=/mnt/cdrom"
echo
fi