app-crypt/acme-sh: update live ebuild
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
Sat, 5 Oct 2019 16:39:24 +0000 (19:39 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 9 Oct 2019 05:21:25 +0000 (08:21 +0300)
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>
app-crypt/acme-sh/acme-sh-9999.ebuild

index aa72ab18cd53ca9adfb03157b2ea2e571df0ed00..7ff01d8cd7e60ea4e71271773f8d2105f963f30e 100644 (file)
@@ -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
 }