diff options
Diffstat (limited to 'chapter06/dbus.xml')
-rw-r--r-- | chapter06/dbus.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 476baf41d..9ed4e5b6b 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -74,7 +74,7 @@ <para>This package does come with a testsuite, but it requires several packages that are not included in LFS. Instructions for running the testsuite can be found in the BLFS book at - <ulink url="&blfs-root;/view/svn/general/dbus.html"/>.</para> + <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para> <para>Install the package:</para> @@ -93,6 +93,11 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <screen><userinput remap="install">ln -sv /etc/machine-id /var/lib/dbus</userinput></screen> + <para>Finally, generate a D-Bus UUID to avoid possible warnings + when building some packages in BLFS:</para> + +<screen><userinput remap="install">dbus-uuidgen --ensure</userinput></screen> + </sect2> <sect2 id="contents-dbus" role="content"> |