mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +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>
|
<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>
|
||||||
|
@ -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 &&
|
||||||
|
./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 &&
|
<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>
|
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">
|
||||||
|
Loading…
Reference in New Issue
Block a user