From f08b2e96caf29c265ac836bdffb08161895e83d6 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 16 Apr 2017 11:11:33 +0100 Subject: [PATCH] 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 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 -- 2.26.2