D-Bus - Pass 2: Adjust instructions.

Added make distclean and removed symbolic link command as it is unneccesary.
This commit is contained in:
Zeckmathederg 2024-10-22 19:06:48 -06:00
parent 57de85d447
commit 90c498a2a8
2 changed files with 5 additions and 8 deletions

View File

@ -42,6 +42,9 @@
<listitem> <listitem>
<para>October 22nd, 2024</para> <para>October 22nd, 2024</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[Zeckmathederg] - D-Bus - Pass 2: Adjust instructions.</para>
</listitem>
<listitem> <listitem>
<para>[Zeckmathederg] - FLAC: Fixed whitespace.</para> <para>[Zeckmathederg] - FLAC: Fixed whitespace.</para>
</listitem> </listitem>

View File

@ -64,7 +64,8 @@
<command>configure</command> command shown below): <command>configure</command> command shown below):
</para> </para>
<screen><userinput>./configure --prefix=/usr \ <screen><userinput>make distclean &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--runstatedir=/run \ --runstatedir=/run \
@ -107,13 +108,6 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<screen role="root"><userinput>chown -v root:messagebus /usr/libexec/dbus-daemon-launch-helper &amp;&amp; <screen role="root"><userinput>chown -v root:messagebus /usr/libexec/dbus-daemon-launch-helper &amp;&amp;
chmod -v 4750 /usr/libexec/dbus-daemon-launch-helper</userinput></screen> chmod -v 4750 /usr/libexec/dbus-daemon-launch-helper</userinput></screen>
<para>
If using elogind, create a symlink to the
<filename>/var/lib/dbus/machine-id</filename> file:
</para>
<screen role="root"><userinput>ln -sfv /var/lib/dbus/machine-id /etc</userinput></screen>
</sect2> </sect2>
<sect2 role="commands"> <sect2 role="commands">