diff options
author | Nicholas Vinson <nvinson234@gmail.com> | 2016-10-16 08:46:46 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-16 19:23:59 +0200 |
commit | eb57a6e7a337e5f3a51657627932031b80ac6507 (patch) | |
tree | e0c1e59ffbe9f3797fa130197c9120228a6c31cb /net-misc/connman | |
parent | media-plugins/vdr-vcd: compilefix gcc-6; thx to P.Levine on wrt bug 594274 (diff) | |
download | gentoo-eb57a6e7a337e5f3a51657627932031b80ac6507.tar.gz gentoo-eb57a6e7a337e5f3a51657627932031b80ac6507.tar.bz2 gentoo-eb57a6e7a337e5f3a51657627932031b80ac6507.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.33-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/connman/connman-1.33-r1.ebuild b/net-misc/connman/connman-1.33-r1.ebuild index 6e1388919460..33687f74cb8b 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} |