Ignore:
Timestamp:
01/24/2016 08:01:02 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    r54789f3 r83f6c770  
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs78_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102102
    103103    <para><application>OpenOBEX</application> installs a udev rule that
    104     requires a group named plugdev.  Create that group as the 
     104    requires a group named plugdev.  Create that group as the
    105105    <systemitem class="username">root</systemitem> user:</para>
    106106
     
    115115cd    build &amp;&amp;
    116116
    117 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    118       -DCMAKE_INSTALL_LIBDIR=lib  \
    119       -DCMAKE_BUILD_TYPE=Release  \
     117cmake -DCMAKE_INSTALL_PREFIX=/usr      \
     118      -DCMAKE_INSTALL_LIBDIR=/usr/lib  \
     119      -DCMAKE_BUILD_TYPE=Release       \
     120      -Wno-dev                         \
    120121      .. &amp;&amp;
    121122make</userinput></screen>
     
    130131
    131132<screen role="root"><userinput>make install &amp;&amp;
    132 mv -v /usr/share/doc/openobex{,-&openobex-version;}</userinput></screen>
     133mv -fv /usr/share/doc/openobex{,-&openobex-version;}</userinput></screen>
    133134  </sect2>
    134135
     
    142143
    143144    <para>
    144       <command>mv -v ...</command>: Move the documention to a versioned
     145      <parameter>-Wno-dev</parameter>: This switch is used to suppress warnings
     146      that are meant for the author of the CMakeLists.txt files.
     147    </para>
     148
     149    <para>
     150      <command>mv -fv ...</command>: Move the documention to a versioned
    145151      directory.
    146152    </para>
     
    165171        <seg>
    166172          /usr/include/openobex,
    167           /usr/lib/cmake/OpenObex-&openobex-version;, and
    168           /usr/share/doc/openobex-&openobex-version;
     173          /usr/lib/cmake/OpenObex-1.7.1, and
     174          /usr/share/doc/openobex-1.7.1
    169175        </seg>
    170176      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.