summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2019-10-05 19:39:24 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-10-09 08:21:25 +0300
commitb7efed61e72b430feaf5b84e089bd3f841b1bf54 (patch)
treefbe219ca8d16f43f14f92d701ec26e101be242ab /app-crypt
parentapp-crypt/acme-sh: version bump to 2.8.3 (diff)
downloadgentoo-b7efed61e72b430feaf5b84e089bd3f841b1bf54.tar.gz
gentoo-b7efed61e72b430feaf5b84e089bd3f841b1bf54.tar.bz2
gentoo-b7efed61e72b430feaf5b84e089bd3f841b1bf54.zip
app-crypt/acme-sh: update live ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13170 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/acme-sh/acme-sh-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/acme-sh/acme-sh-9999.ebuild b/app-crypt/acme-sh/acme-sh-9999.ebuild
index aa72ab18cd53..7ff01d8cd7e6 100644
--- a/app-crypt/acme-sh/acme-sh-9999.ebuild
+++ b/app-crypt/acme-sh/acme-sh-9999.ebuild
@@ -38,6 +38,8 @@ src_install() {
doins -r dnsapi/*.sh
insinto /usr/share/acme.sh/deploy
doins -r deploy/*.sh
+ insinto /usr/share/acme.sh/notify
+ doins -r notify/*.sh
dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
}