#25 closed task (fixed)
yaboot manpages refer to /usr/local
| Reported by: | ken | Owned by: | ken |
|---|---|---|---|
| Priority: | trivial | Milestone: | CLFS Standard 1.0.0 |
| Component: | BOOK | Version: | CLFS Standard 1.0.0 |
| Keywords: | Cc: |
Description
The man pages shipped with yaboot-1.3.13 have /usr/local hardcoded in them whenever the programs are referred to, but we install in /usr. The tarball includes 'man.patch' from debian which will fix this (needs -p0, I think) or we can just sed them with
sed -i 's%/usr/local%/usr%' man/*
Change History (3)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|
comment:3 by , 19 years ago
| Milestone: | → CLFS 1.0.0 |
|---|---|
| Version: | unstable → 1.0.0 |
Note:
See TracTickets
for help on using tickets.

Let's get that fixed.