app-crypt/certbot: fix the S dir for real this time
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 6 Dec 2019 22:29:28 +0000 (16:29 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 6 Dec 2019 22:29:28 +0000 (16:29 -0600)
Bug: https://bugs.gentoo.org/658740
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-crypt/certbot/certbot-1.0.0.ebuild

index 13ce4388aa0d3516ce50815efbdac3a000fd94d3..f7e5d6d043a7ed7a1fb5cef6067822d058140db0 100644 (file)
@@ -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