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 67f9b15d21e4..56032e084d01 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
--
2.11.0