app-crypt/certbot: fix install for 1.0.0
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 6 Dec 2019 22:16:07 +0000 (16:16 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 6 Dec 2019 22:16:21 +0000 (16:16 -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 39028621e8f0f5bc535b21608138af0581bacc43..13ce4388aa0d3516ce50815efbdac3a000fd94d3 100644 (file)
@@ -7,9 +7,11 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git"
        inherit git-r3
+       S=${WORKDIR}/${P}/${PN}
 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
 fi
 
 inherit distutils-r1