diff --git a/general/sysutils/dbus.xml b/general/sysutils/dbus.xml
index faaf1fccb0..2f6728645d 100644
--- a/general/sysutils/dbus.xml
+++ b/general/sysutils/dbus.xml
@@ -123,6 +123,7 @@ make distclean
./configure --prefix=/usr \
--sysconfdir=/etc \
+ ----libexecdir=/usr/lib/dbus-1.0 \
--localstatedir=/var &&
make
@@ -153,6 +154,12 @@ install -v -m644 doc/api/man/man3dbus/* \
Command Explanations
+ --libexecdir=/usr/lib/dbus-1.0 : This will
+ install the file dbus-daemon-launch-helper and the
+ directory dbus-1 into
+ /usr/lib/dbus-1.0 instead of
+ into /usr/libexec.
+
--localstatedir=/var: This parameter causes
the daemon PID file, system bus socket and machine uuid file to be
created in the /var directory