commit: 224ccab878e2aad50bbfd4d6c36153286e4b2f8c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 17:04:59 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 17:04:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224ccab8
net-dns/avahi: don't create an empty "/run" directory
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
net-dns/avahi/avahi-0.7-r2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild
b/net-dns/avahi/avahi-0.7-r2.ebuild
index b0744de2824..1161dd0f605 100644
--- a/net-dns/avahi/avahi-0.7-r2.ebuild
+++ b/net-dns/avahi/avahi-0.7-r2.ebuild
@@ -191,6 +191,9 @@ multilib_src_install() {
insinto /usr/share/devhelp/books/avahi
doins avahi.devhelp || die
fi
+
+ # The build system creates an empty "/run" directory, so we clean it up
here
+ rmdir "${ED}"/run
}
multilib_src_install_all() {