summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-11-09 12:04:59 -0500
committerAnthony G. Basile <blueness@gentoo.org>2019-11-09 12:04:59 -0500
commit224ccab878e2aad50bbfd4d6c36153286e4b2f8c (patch)
tree3df3d2bbfce4a1823ae71d391245cfe16c1453ab
parentnet-dns/avahi: add slot dep for dev-dotnet/gtk-sharp, bug #644660 (diff)
downloadgentoo-224ccab878e2aad50bbfd4d6c36153286e4b2f8c.tar.gz
gentoo-224ccab878e2aad50bbfd4d6c36153286e4b2f8c.tar.bz2
gentoo-224ccab878e2aad50bbfd4d6c36153286e4b2f8c.zip
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@gentoo.org>
-rw-r--r--net-dns/avahi/avahi-0.7-r2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild b/net-dns/avahi/avahi-0.7-r2.ebuild
index b0744de28248..1161dd0f6055 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() {