diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 35ac8a1cd9..88672fc475 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,9 @@ October 22nd, 2024 + + [Zeckmathederg] - D-Bus - Pass 2: Adjust instructions. + [Zeckmathederg] - FLAC: Fixed whitespace. diff --git a/shareddeps/dps/basicx/other/dbus-pass2.xml b/shareddeps/dps/basicx/other/dbus-pass2.xml index f4086e7b28..480c511600 100644 --- a/shareddeps/dps/basicx/other/dbus-pass2.xml +++ b/shareddeps/dps/basicx/other/dbus-pass2.xml @@ -64,7 +64,8 @@ configure command shown below): -./configure --prefix=/usr \ +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.sochown -v root:messagebus /usr/libexec/dbus-daemon-launch-helper && chmod -v 4750 /usr/libexec/dbus-daemon-launch-helper - - If using elogind, create a symlink to the - /var/lib/dbus/machine-id file: - - -ln -sfv /var/lib/dbus/machine-id /etc -