#3427 closed defect (fixed)
Incorrect Link in LFS-BOOK-7.4-NOCHUNKS.html
| Reported by: | Derek A. Muenzel, Sr. | Owned by: | Matthew Burgess |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Book | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Using the LFS book from this (http://www.linuxfromscratch.org/lfs/downloads/stable/) location to install LFS. Got to section 3.1. Introduction, link for md5sums sends here (http://www.linuxfromscratch.org/lfs/downloads/md5sums)
Link should be sending here (http://www.linuxfromscratch.org/lfs/downloads/stable/md5sums).
The link for wget-list sends here (http://www.linuxfromscratch.org/lfs/downloads/stable/wget-list)- that is how I figure where the md5sums should be linking to.
Thanks!
Change History (5)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The reason is that the nochunks and the chunked versions have different directory structures. I added symlinks to make the links resolve.
comment:3 by , 12 years ago
Hi Bruce,
The different directory structures are handled in the Makefile; no symlinks necessary. I fixed this in r10375.
Matt.

Thanks, confirmed.