summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-04-16 11:11:33 +0100
committerJames Le Cuirot <chewi@gentoo.org>2017-04-27 22:41:23 +0100
commitf08b2e96caf29c265ac836bdffb08161895e83d6 (patch)
tree3c53f5b189a8f04c2a7df52e251015ac9d0ee3e4
parentcdrom.eclass: We don't know for sure how many discs will be needed (diff)
downloadgentoo-f08b2e96.tar.gz
gentoo-f08b2e96.tar.bz2
gentoo-f08b2e96.zip
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.
-rw-r--r--eclass/cdrom.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index 2ef60d95c2bb..dac6992b678e 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