diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-11-09 12:04:59 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-11-09 12:04:59 -0500 |
commit | 224ccab878e2aad50bbfd4d6c36153286e4b2f8c (patch) | |
tree | 3df3d2bbfce4a1823ae71d391245cfe16c1453ab /net-dns | |
parent | net-dns/avahi: add slot dep for dev-dotnet/gtk-sharp, bug #644660 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.7-r2.ebuild | 3 |
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() { |