From c590d3756fce5715dffc6de05c2ab22f1c1dad57 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 6 Dec 2019 16:29:28 -0600 Subject: app-crypt/certbot: fix the S dir for real this time Bug: https://bugs.gentoo.org/658740 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Matthew Thode --- app-crypt/certbot/certbot-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-crypt/certbot') diff --git a/app-crypt/certbot/certbot-1.0.0.ebuild b/app-crypt/certbot/certbot-1.0.0.ebuild index 13ce4388aa0d..f7e5d6d043a7 100644 --- a/app-crypt/certbot/certbot-1.0.0.ebuild +++ b/app-crypt/certbot/certbot-1.0.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - S=${WORKDIR}/certbot-${PV}/acme + S=${WORKDIR}/certbot-${PV}/certbot fi inherit distutils-r1 -- cgit v1.2.3-65-gdbad