Changeset bcc6b66


Ignore:
Timestamp:
Jan 21, 2009, 7:37:15 PM (15 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:
e53465ee
Parents:
946b71d
Message:

Fixed wording on Bzip2 Sed for symlinks

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bzip2.xml

    r946b71d rbcc6b66  
    2828    <title>Installation of Bzip2</title>
    2929
    30     <para os="s1">By Default bzip2 installs some programs using hard-links. The following sed
    31     will change them into soft-links:</para>
     30    <para os="s1">By Default bzip2 installs some programs using absolute-links. The following sed
     31    will change them into relative-links:</para>
    3232
    3333<screen os="s2"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
  • BOOK/introduction/common/changelog.xml

    r946b71d rbcc6b66  
    4545        </listitem>
    4646        <listitem>
    47           <para>[Jim] - Changed hardlinks from Bzip2 install to soft links.</para>
     47          <para>[Jim] - Changed absolute-links from Bzip2 install to relative-links.</para>
    4848        </listitem>
    4949      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.