From 90c498a2a8f9a1d2844f4811b5aa11cf16b08b53 Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Tue, 22 Oct 2024 19:06:48 -0600 Subject: [PATCH] D-Bus - Pass 2: Adjust instructions. Added make distclean and removed symbolic link command as it is unneccesary. --- introduction/welcome/changelog.xml | 3 +++ shareddeps/dps/basicx/other/dbus-pass2.xml | 10 ++-------- 2 files changed, 5 insertions(+), 8 deletions(-) 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 -