projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ccf49
)
net-nds/gssproxy: Create /var/lib/gssproxy/ on install
author
Matt Turner
<mattst88@gentoo.org>
Mon, 22 Apr 2019 20:43:35 +0000
(13:43 -0700)
committer
Matt Turner
<mattst88@gentoo.org>
Mon, 22 Apr 2019 20:43:35 +0000
(13:43 -0700)
Closes: https://bugs.gentoo.org/603530
Signed-off-by: Matt Turner <mattst88@gentoo.org>
net-nds/gssproxy/gssproxy-0.8.2.ebuild
patch
|
blob
|
history
diff --git
a/net-nds/gssproxy/gssproxy-0.8.2.ebuild
b/net-nds/gssproxy/gssproxy-0.8.2.ebuild
index dcf7d321d1930e3a8cc0a14246ac3c46a1c968a4..66908e64106faaeb4f4b28cbe044e5c580394809 100644
(file)
--- 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
}