Ignore:
Timestamp:
03/04/2016 06:24:48 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
dea3187
Parents:
57977df
Message:

Merge changes from trunk to r17055.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/k3b.xml

    r57977df r8964c2f  
    5454    </para>
    5555
    56     &lfs78_checked;
     56    &lfs79_checked;
    5757
    5858    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    145145    </para>
    146146
    147 <screen><userinput>mkdir build &amp;&amp;
     147      <note>
     148        <para>If you use the download link from a browser, you might
     149        get a file called <literal>k3b-2.0.3a.tar.gz</literal>: there
     150        are both <literal>2.0.3</literal> and <literal>2.0.3a</literal>
     151        versions in that directory. There is an old report online which
     152        claims that two files in these tarballs differ, but both extract
     153        to <literal>k3b-2.0.3</literal> and have the same md5sum.</para>
     154      </note>
     155
     156<screen><userinput>sed -i -e 's/^cmake_minimum/#cmake_minimum/' CMakeLists.txt &amp;&amp;
     157
     158mkdir build &amp;&amp;
    148159cd    build &amp;&amp;
    149160
     
    162173
    163174<screen role="root"><userinput>make install</userinput></screen>
     175
     176  </sect2>
     177
     178  <sect2 role="commands">
     179    <title>Command Explanations</title>
     180
     181    <para>
     182      <parameter>sed -i -e 's/^cmake_minimum/#cmake_minimum/' CMakeLists.txt</parameter>:
     183      This command prevents multiple <application>cmake</application> errors
     184      of the form 'add_custom_target cannot create target "doc-XX-handbook"
     185      because another target with the same name already exists.' (where XX
     186      is a language code).
     187    </para>
    164188
    165189  </sect2>
Note: See TracChangeset for help on using the changeset viewer.