commit: eb57a6e7a337e5f3a51657627932031b80ac6507 Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com> AuthorDate: Sun Oct 16 15:46:46 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 17:23:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57a6e7
net-misc/connman: add keepdir call Add a keepdir for /usr/lib/connman/scripts. If none of connman's scripts are installed, upstream's build system will create and install an empty directory. Gentoo-bug: 596874 Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2568 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-misc/connman/connman-1.33-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/connman/connman-1.33-r1.ebuild b/net-misc/connman/connman-1.33-r1.ebuild index 6e13889..33687f7 100644 --- a/net-misc/connman/connman-1.33-r1.ebuild +++ b/net-misc/connman/connman-1.33-r1.ebuild @@ -76,6 +76,7 @@ src_install() { if use doc; then dodoc doc/*.txt fi + keepdir /usr/lib/${PN}/scripts keepdir /var/lib/${PN} newinitd "${FILESDIR}"/${PN}.initd2 ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN}
