Changeset 7c10aba for BOOK/boot/common


Ignore:
Timestamp:
Sep 21, 2007, 9:41:56 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:
cd115ff
Parents:
e27e35f
Message:

DESTDIR for e2fsprogs in boot section is no longer needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    re27e35f r7c10aba  
    6262    <para os="h">Install the binaries, documentation and shared libraries:</para>
    6363
    64 <screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    65 
    66     <variablelist os="j">
    67       <title>The meaning of the make option:</title>
    68 
    69       <varlistentry>
    70         <term><parameter>DESTDIR=${CLFS}</parameter></term>
    71         <listitem>
    72           <para>The Makefile for e2fsprogs hard-codes a path to the
    73           <filename>mke2fs.conf</filename> file, attempting to install it into
    74           ${DESTDIR}/etc, causing the installation to fail as it tries to write
    75           to /etc. The DESTDIR parameter prevents this.</para>
    76         </listitem>
    77       </varlistentry>
    78     </variablelist>
     64<screen os="i"><userinput>make install</userinput></screen>
    7965
    8066    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.