Changeset 8779a20


Ignore:
Timestamp:
Feb 21, 2006, 12:56:21 AM (18 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:
de3d632
Parents:
36f408e1
Message:

r671@server (orig r669): manuel | 2005-11-09 02:48:38 -0800
Install the binaries from Less to /usr/bin instead of /bin.

Location:
BOOK
Files:
3 edited

Legend:

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

    r36f408e1 r8779a20  
    3838    <para os="a">Prepare Less for compilation:</para>
    3939
    40 <screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
    4141
    4242    <variablelist os="b">
  • BOOK/final-system/multilib/less.xml

    r36f408e1 r8779a20  
    2929
    3030<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    31    --bindir=/bin --sysconfdir=/etc</userinput></screen>
     31    --sysconfdir=/etc</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r36f408e1 r8779a20  
    4242      <para>November 9, 2005</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[manuel] - Install the binaries from Less to /usr/bin instead
     46          of /bin. Ported from LFS-SVN.</para>
     47        </listitem>
     48      </itemizedlist>
    4449        <listitem>
    4550          <para>[manuel] - Removed SBUs and disk usage information.</para>
Note: See TracChangeset for help on using the changeset viewer.