summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-09-18 10:22:51 -0400
committerMike Gilbert <floppym@gentoo.org>2021-09-19 17:38:26 -0400
commit3037b9ea3bc955792dedef480efc27ce493dfe7b (patch)
tree98ca84eb6301a23053f1be29018f93c355984070 /sys-apps
parentsys-apps/gentoo-systemd-integration: pass systemd dirs to configure (diff)
downloadgentoo-3037b9ea3bc955792dedef480efc27ce493dfe7b.tar.gz
gentoo-3037b9ea3bc955792dedef480efc27ce493dfe7b.tar.bz2
gentoo-3037b9ea3bc955792dedef480efc27ce493dfe7b.zip
sys-apps/dbus: pass systemduserunitdir to configure
Closes: https://bugs.gentoo.org/813639 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dbus/dbus-1.12.20-r3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/dbus/dbus-1.12.20-r3.ebuild b/sys-apps/dbus/dbus-1.12.20-r3.ebuild
index f175a20c1aeb..d108b73feed6 100644
--- a/sys-apps/dbus/dbus-1.12.20-r3.ebuild
+++ b/sys-apps/dbus/dbus-1.12.20-r3.ebuild
@@ -135,6 +135,7 @@ multilib_src_configure() {
--with-system-pid-file="${EPREFIX}${rundir}"/dbus.pid
--with-system-socket="${EPREFIX}${rundir}"/dbus/system_bus_socket
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+ --with-systemduserunitdir="$(systemd_get_userunitdir)"
--with-dbus-user=messagebus
$(use_with X x)
)