Changeset 42ff691 for BOOK/final-system/common
- Timestamp:
- Mar 17, 2014, 5:03:13 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 49da1d5
- Parents:
- 466dec4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/dbus.xml
r466dec4b r42ff691 45 45 <screen os="g"><userinput>make install</userinput></screen> 46 46 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> 50 49 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 51 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen> 54 52 55 53 <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.