Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r4a83293 rac38e9dc  
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6464        <listitem>
    6565          <para>
    66              Optional, to fix build without device mapper support:
     66             Optional patch (to fix the build without device-mapper installed):
    6767            <ulink url="&patch-root;/parted-&parted-version;-devmapper-1.patch"/>
    6868          </para>
     
    8181    <para role="optional">
    8282      <xref linkend="pth"/>
     83      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    8384    </para>
    8485
     
    9293           
    9394    <para>
    94       If you want to build without device mapper support, a fix is necessary:
     95      If you want to build without device mapper support, apply the optional patch:
    9596    </para>
    9697
     
    132133
    133134<screen role="root"><userinput>make install &amp;&amp;
    134 install -v -m755 -d /usr/share/doc/parted-&parted-version;/html &amp;&amp;
    135 install -v -m644    doc/html/* \
    136                     /usr/share/doc/parted-&parted-version;/html &amp;&amp;
    137 install -v -m644    doc/{FAT,API,parted.{txt,html}} \
    138                     /usr/share/doc/parted-&parted-version;</userinput></screen>
     135install -v -dm755 /usr/share/doc/parted-&parted-version;/html &amp;&amp;
     136install -v -m644  doc/html/* \
     137                  /usr/share/doc/parted-&parted-version;/html &amp;&amp;
     138install -v -m644  doc/{FAT,API,parted.{txt,html}} \
     139                  /usr/share/doc/parted-&parted-version;</userinput></screen>
    139140
    140141    <para>Install the optional PDF and Postscript documentation by issuing
Note: See TracChangeset for help on using the changeset viewer.