Opened 17 years ago

Closed 17 years ago

#1980 closed defect (invalid)

Binutils installs man and info pages in /usr

Reported by: Audun Skaugen Owned by: lfs-book@…
Priority: normal Milestone: 6.2
Component: Book Version: SVN
Severity: minor Keywords: binutils
Cc:

Description

When installing the binutils package in chapter 6.11 of the LFS-book version 6.2, binutils installs man and info pages in /usr/man and /usr/info, instead of /usr/share/{man,info}. Glibc also installs info pages to /usr/info.

Shouldn't installation of man-pages be suppressed, since the pages from the man-pages package are better?

Change History (1)

comment:1 by bdubbs@…, 17 years ago

Resolution: invalid
Status: newclosed

You missed a symbolic link. See section 6.5.

for dir in /usr /usr/local; do
  ln -sv share/{man,doc,info} $dir
done
Note: See TracTickets for help on using tickets.