diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-22 13:43:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-22 13:43:35 -0700 |
commit | 01409236ba2d705cd50754595f70ee7678ab1224 (patch) | |
tree | b4f91c0203e1159f317a36baa8a4bc7c9b072840 /net-nds/gssproxy | |
parent | net-nds/gssproxy: Fix rebase mistake (diff) | |
download | gentoo-01409236ba2d705cd50754595f70ee7678ab1224.tar.gz gentoo-01409236ba2d705cd50754595f70ee7678ab1224.tar.bz2 gentoo-01409236ba2d705cd50754595f70ee7678ab1224.zip |
net-nds/gssproxy: Create /var/lib/gssproxy/ on install
Closes: https://bugs.gentoo.org/603530
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-nds/gssproxy')
-rw-r--r-- | net-nds/gssproxy/gssproxy-0.8.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-nds/gssproxy/gssproxy-0.8.2.ebuild b/net-nds/gssproxy/gssproxy-0.8.2.ebuild index dcf7d321d193..66908e64106f 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 } |