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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.