diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-06 16:29:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-06 16:29:28 -0600 |
commit | c590d3756fce5715dffc6de05c2ab22f1c1dad57 (patch) | |
tree | eca10c3f2a8ee06cbc9b6c036971cb0ca76e3a7d /app-crypt | |
parent | app-crypt/certbot: fix install for 1.0.0 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |