Ignore:
Timestamp:
Mar 16, 2014, 10:03:13 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
49da1d5
Parents:
466dec4b
Message:

Remvoe libdbus referernces and adjust commands for library installs.

File:
1 edited

Legend:

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

    r466dec4b r42ff691  
    4545<screen os="g"><userinput>make install</userinput></screen>
    4646
    47     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="libdbus.xml"
    49     xpointer="xpointer(//*[@os='h'])"/>
     47    <para os="h">Move the shared library to <filename class="directory">/lib
     48    </filename> and recreate the symbolic link.</para>
    5049
    51     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="libdbus.xml"
    53     xpointer="xpointer(//*[@os='i'])"/>
     50<screen os="i"><userinput>mv -v /usr/lib/libdbus-1.so.* /lib
     51ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
    5452
    5553    <para os="j">Create a symlink so that D-Bus and Systemd can use the same
Note: See TracChangeset for help on using the changeset viewer.