commit:     01409236ba2d705cd50754595f70ee7678ab1224
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 20:43:35 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 20:43:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01409236

net-nds/gssproxy: Create /var/lib/gssproxy/ on install

Closes: https://bugs.gentoo.org/603530
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-nds/gssproxy/gssproxy-0.8.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-nds/gssproxy/gssproxy-0.8.2.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.2.ebuild
index dcf7d321d19..66908e64106 100644
--- a/net-nds/gssproxy/gssproxy-0.8.2.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.2.ebuild
@@ -80,6 +80,8 @@ src_install() {
        insinto /etc/gss/mech.d
        newins examples/mech gssproxy.conf
 
+       keepdir /var/lib/gssproxy
+
        # The build installs a bunch of empty dirs, so prune them.
        find "${ED}" -depth -type d -empty -delete || die
 }

Reply via email to