diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-04-16 11:11:33 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-04-27 22:41:23 +0100 |
commit | f08b2e96caf29c265ac836bdffb08161895e83d6 (patch) | |
tree | 3c53f5b189a8f04c2a7df52e251015ac9d0ee3e4 /eclass | |
parent | cdrom.eclass: We don't know for sure how many discs will be needed (diff) | |
download | gentoo-f08b2e96caf29c265ac836bdffb08161895e83d6.tar.gz gentoo-f08b2e96caf29c265ac836bdffb08161895e83d6.tar.bz2 gentoo-f08b2e96caf29c265ac836bdffb08161895e83d6.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.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cdrom.eclass | 2 |
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 |