projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a8970
)
net-dns/avahi: don't create an empty "/run" directory
author
Anthony G. Basile
<blueness@gentoo.org>
Sat, 9 Nov 2019 17:04:59 +0000
(12:04 -0500)
committer
Anthony G. Basile
<blueness@gentoo.org>
Sat, 9 Nov 2019 17:04:59 +0000
(12:04 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
net-dns/avahi/avahi-0.7-r2.ebuild
patch
|
blob
|
history
diff --git
a/net-dns/avahi/avahi-0.7-r2.ebuild
b/net-dns/avahi/avahi-0.7-r2.ebuild
index b0744de282486a22986aad43f8545a1d26e17b64..1161dd0f60552d5cd6d47d19cb8737e0bb4125c1 100644
(file)
--- 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() {