projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca06b49
)
cdrom.eclass: Fix important typo in the multiple disc instructions
author
James Le Cuirot
<chewi@gentoo.org>
Sun, 16 Apr 2017 10:11:33 +0000
(11:11 +0100)
committer
James 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
patch
|
blob
|
history
diff --git
a/eclass/cdrom.eclass
b/eclass/cdrom.eclass
index 2ef60d95c2bbb96123b2a21be2ef64aabf257d07..dac6992b678e062b2295ac86d74cf51c737ae565 100644
(file)
--- 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