Changeset 2d94b6c for BOOK/final-system


Ignore:
Timestamp:
Apr 27, 2006, 8:43:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f3f3c33
Parents:
966d3087
Message:

r3150@server (orig r1476): ken | 2006-04-27 06:29:18 -0700
Remove reference to /usr/local from yaboot manpages, fixes ticket #25.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/yaboot.xml

    r966d3087 r2d94b6c  
    3939
    4040<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
     41
     42    <para>The supplied man pages have <filename class="directory">/usr/local
     43    </filename> in the text.  This sed will correct that:</para>
     44
     45<screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
    4146
    4247    <para>Compile the Yaboot package:</para>
Note: See TracChangeset for help on using the changeset viewer.