diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-06 12:39:43 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-06 12:43:04 +0200 |
commit | 36368d5ac815bf1a01e8de4887c9ec851cb596a8 (patch) | |
tree | b3ae7765134216d87a3481169c4f38535f84e828 /app-crypt/dehydrated | |
parent | net-misc/ubridge: Version bump to 0.9.16 (diff) | |
download | gentoo-36368d5ac815bf1a01e8de4887c9ec851cb596a8.tar.gz gentoo-36368d5ac815bf1a01e8de4887c9ec851cb596a8.tar.bz2 gentoo-36368d5ac815bf1a01e8de4887c9ec851cb596a8.zip |
app-crypt/dehydrated: install hook.sh with chmod u+x by default
Although we do not enable hook.sh by default, we install it at least.
So make sure we set correct permission to avoid errors like
/usr/bin/dehydrated: line 91: /etc/dehydrated/hook.sh: Permission denied
when user will enable hook.sh usage.
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-crypt/dehydrated')
-rw-r--r-- | app-crypt/dehydrated/dehydrated-0.6.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild index 0e0ffeaaf3b4..4a5cbf642f13 100644 --- a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild @@ -30,6 +30,7 @@ src_install() { dobin "${PN}" insinto "/etc/${PN}" doins docs/examples/{config,domains.txt,hook.sh} + fperms u+x "/etc/${PN}/hook.sh" dodoc docs/*.md insinto /etc/"${PN}"/config.d |