Changeset 7c10aba


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

Location:
BOOK/boot
Files:
4 edited

Legend:

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

    re27e35f r7c10aba  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6262    href="../common/e2fsprogs.xml"
    63     xpointer="xpointer(//*[@os='j'])"/>
    64 
    65     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/e2fsprogs.xml"
    6763    xpointer="xpointer(//*[@os='k'])"/>
    6864
  • 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"
  • BOOK/boot/multilib/e2fsprogs.xml

    re27e35f r7c10aba  
    6868    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6969    href="../common/e2fsprogs.xml"
    70     xpointer="xpointer(//*[@os='j'])"/>
    71 
    72     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    73     href="../common/e2fsprogs.xml"
    7470    xpointer="xpointer(//*[@os='k'])"/>
    7571
  • BOOK/boot/ppc64/e2fsprogs.xml

    re27e35f r7c10aba  
    8181    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8282    href="../common/e2fsprogs.xml"
    83     xpointer="xpointer(//*[@os='j'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    86     href="../common/e2fsprogs.xml"
    8783    xpointer="xpointer(//*[@os='k'])"/>
    8884
Note: See TracChangeset for help on using the changeset viewer.