diff options
Diffstat (limited to 'app-crypt/certbot/certbot-1.0.0.ebuild')
-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 |