Ignore:
Timestamp:
10/04/2014 08:35:50 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
15d6378b
Parents:
22275b6b
Message:

Merge more updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/simpleburn.xml

    r22275b6b r0ccf16ef  
    114114    </para>
    115115
    116 <screen><userinput>mkdir build &amp;&amp;
     116<screen><userinput>sed -i -e 's|DESTINATION doc|DESTINATION share/doc|' CMakeLists.txt &amp;&amp;
     117
     118mkdir build &amp;&amp;
    117119cd build &amp;&amp;
    118120cmake -DCMAKE_BUILD_TYPE=Release \
     
    144146  <sect2 role="commands">
    145147    <title>Command Explanations</title>
     148
     149    <para>
     150      <command>sed ...</command>: Ensure the documentation is installed
     151      in /usr/share/doc.
     152    </para>
    146153
    147154    <para>
Note: See TracChangeset for help on using the changeset viewer.