From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 055E213997D for ; Sun, 10 Nov 2019 10:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D858E09ED; Sun, 10 Nov 2019 10:30:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 851AAE09ED for ; Sun, 10 Nov 2019 10:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2FB734CB93 for ; Sat, 9 Nov 2019 17:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB91776A for ; Sat, 9 Nov 2019 17:05:26 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1573319099.224ccab878e2aad50bbfd4d6c36153286e4b2f8c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.7-r2.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 224ccab878e2aad50bbfd4d6c36153286e4b2f8c X-VCS-Branch: master Date: Sat, 9 Nov 2019 17:05:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c51a399-fd34-4f73-9361-80e952c25f5d X-Archives-Hash: ef30c977da24e728e86bcf9eb2584317 commit: 224ccab878e2aad50bbfd4d6c36153286e4b2f8c Author: Anthony G. Basile gentoo org> AuthorDate: Sat Nov 9 17:04:59 2019 +0000 Commit: Anthony G. Basile gentoo 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 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() {