Changeset 05223c1


Ignore:
Timestamp:
Jan 11, 2007, 4:18:40 PM (17 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:
2a1d207
Parents:
4d84941
Message:

Add PREFIX=/usr to bzip2 installation command because the default is now /usr/local

File:
1 edited

Legend:

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

    r4d84941 r05223c1  
    4747    <para>If reinstalling Bzip2, perform
    4848    <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
    49     following <command>make install</command> will fail.</para>
     49    following <command>make PREFIX=/usr install</command> will fail.</para>
    5050    </note>
    5151
    5252    <para os="g">Install the programs:</para>
    5353
    54 <screen os="h"><userinput>make install</userinput></screen>
     54<screen os="h"><userinput>make PREFIX=/usr install</userinput></screen>
    5555
    5656    <para os="i">Install the shared <command>bzip2</command> binary into the
Note: See TracChangeset for help on using the changeset viewer.