From: Lars Wendler Date: Tue, 26 Jun 2018 08:06:48 +0000 (+0200) Subject: media-sound/pulseaudio: Fixed rm error. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e9a84ab3f13a3bff6ebd2ba46ce913a3a671577f;p=gentoo.git media-sound/pulseaudio: Fixed rm error. Closes: https://bugs.gentoo.org/658704 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild index 4ed441bbe232..09c196fc43bf 100644 --- a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild @@ -282,7 +282,9 @@ multilib_src_install_all() { systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" else # Prevent warnings when system-wide is not used, bug #447694 - rm "${ED%/}"/etc/dbus-1/system.d/pulseaudio-system.conf || die + if use dbus ; then + rm "${ED%/}"/etc/dbus-1/system.d/pulseaudio-system.conf || die + fi fi if use zeroconf ; then