Changeset 1f7883fe


Ignore:
Timestamp:
Jan 23, 2009, 12:49:01 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4a648bb
Parents:
7c6ada9
Message:

Updates to text in bzip2 page

File:
1 edited

Legend:

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

    r7c6ada9 r1f7883fe  
    2828    <title>Installation of Bzip2</title>
    2929
    30     <para os="s1">By Default bzip2 installs some programs using absolute-links. The following sed
    31     will change them into relative-links:</para>
     30    <para os="s1">By default Bzip2 creates some symlinks that use absolute
     31    pathnames. The following sed will cause them to be created with relative
     32    paths instead:</para>
    3233
    3334<screen os="s2"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
     
    7475
    7576      <seglistitem>
    76         <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
    77         bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
     77        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
     78        bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep),
     79        bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg>
    7880        <seg>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
    7981        libbz2.so.&bzip2-version;), and libbz2.so.&bzip2-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.