mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
D-Bus - Pass 2: Adjust instructions.
Added make distclean and removed symbolic link command as it is unneccesary.
This commit is contained in:
parent
57de85d447
commit
90c498a2a8
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>October 22nd, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - D-Bus - Pass 2: Adjust instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - FLAC: Fixed whitespace.</para>
|
||||
</listitem>
|
||||
|
@ -64,7 +64,8 @@
|
||||
<command>configure</command> command shown below):
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>make distclean &&
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--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 &&
|
||||
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 role="commands">
|
||||
|
Loading…
Reference in New Issue
Block a user