Changeset 946b71d for BOOK


Ignore:
Timestamp:
Jan 21, 2009, 7:18:39 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:
bcc6b66
Parents:
ccd51bc
Message:

Changed Hardlinks to Softlinks in Bzip2

Location:
BOOK
Files:
5 edited

Legend:

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

    rccd51bc r946b71d  
    2727  <sect2 role="installation">
    2828    <title>Installation of Bzip2</title>
     29
     30    <para os="s1">By Default bzip2 installs some programs using hard-links. The following sed
     31    will change them into soft-links:</para>
     32
     33<screen os="s2"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
    2934
    3035    <para os="a">The Bzip2 package does not contain a <command>configure</command>
  • BOOK/final-system/multilib/bzip2-64bit.xml

    rccd51bc r946b71d  
    2121  <sect2 role="installation">
    2222    <title>Installation of Bzip2</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="bzip2.xml"
     26    xpointer="xpointer(//*[@os='s1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="bzip2.xml"
     30    xpointer="xpointer(//*[@os='s2'])"/>
    2331
    2432    <para os="m1">We need to change the default lib path
  • BOOK/final-system/multilib/bzip2-n32.xml

    rccd51bc r946b71d  
    2222  <sect2 role="installation">
    2323    <title>Installation of Bzip2</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="bzip2.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="bzip2.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
    2432
    2533    <para os="m1">We need to change the default lib path
  • BOOK/final-system/multilib/bzip2.xml

    rccd51bc r946b71d  
    2222  <sect2 role="installation">
    2323    <title>Installation of Bzip2</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/bzip2.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/bzip2.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rccd51bc r946b71d  
    4343          <para>[Chris] - Added command to make Perl use system-installed
    4444          Zlib. Fixes ticket #201.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Jim] - Changed hardlinks from Bzip2 install to soft links.</para>
    4548        </listitem>
    4649      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.