cdrom.eclass: Fix important typo in the multiple disc instructions
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 16 Apr 2017 10:11:33 +0000 (11:11 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 27 Apr 2017 21:41:23 +0000 (22:41 +0100)
If you have all the files within the same directory tree then you
should set CD_ROOT, not CD_ROOT_1.

eclass/cdrom.eclass

index 2ef60d95c2bbb96123b2a21be2ef64aabf257d07..dac6992b678e062b2295ac86d74cf51c737ae565 100644 (file)
@@ -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