summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-12-06 16:29:28 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-12-06 16:29:28 -0600
commitc590d3756fce5715dffc6de05c2ab22f1c1dad57 (patch)
treeeca10c3f2a8ee06cbc9b6c036971cb0ca76e3a7d /app-crypt
parentapp-crypt/certbot: fix install for 1.0.0 (diff)
downloadgentoo-c590d3756fce5715dffc6de05c2ab22f1c1dad57.tar.gz
gentoo-c590d3756fce5715dffc6de05c2ab22f1c1dad57.tar.bz2
gentoo-c590d3756fce5715dffc6de05c2ab22f1c1dad57.zip
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 <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/certbot/certbot-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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