Changeset 4996ca05 for BOOK/final-system


Ignore:
Timestamp:
01/04/09 11:41:57 (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2e3bac9
Parents:
cae8b57
Message:

Remove Unneeded sed from e2fsprogs.

Location:
BOOK/final-system
Files:
4 edited

Legend:

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

    rcae8b57 r4996ca05  
    2727  <sect2 role="installation">
    2828    <title>Installation of E2fsprogs</title>
    29 
    30     <para os="s1">The following command adds <filename>libcom_err.so</filename>
    31     to the list of libraries to link <filename>libblkid.so</filename>
    32     to:</para>
    33 
    34 <screen os="s2"><userinput>cp -v misc/Makefile.in{,.orig}
    35 sed 's/_BLKID= .*$/&amp; $(LIBCOM_ERR)/' \
    36     misc/Makefile.in.orig > misc/Makefile.in</userinput></screen>
    3729
    3830    <para os="a">The E2fsprogs documentation recommends that the package be
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    rcae8b57 r4996ca05  
    2626
    2727<screen os="m4"><userinput>sed -i '/libdir=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/e2fsprogs.xml"
    31     xpointer="xpointer(//*[@os='s1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/e2fsprogs.xml"
    35     xpointer="xpointer(//*[@os='s2'])"/>
    3628
    3729    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs-n32.xml

    rcae8b57 r4996ca05  
    2727
    2828<screen os="m4"><userinput>sed -i '/libdir=.*\/lib/s@/lib@/lib32@g' configure</userinput></screen>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../common/e2fsprogs.xml"
    32     xpointer="xpointer(//*[@os='s1'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35     href="../common/e2fsprogs.xml"
    36     xpointer="xpointer(//*[@os='s2'])"/>
    3729
    3830    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs.xml

    rcae8b57 r4996ca05  
    2222  <sect2 role="installation">
    2323    <title>Installation of E2fsprogs</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/e2fsprogs.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/e2fsprogs.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.