From b2aaa90db4397bf1e7a350642ed74d32adfe768d Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 6 Jun 2019 07:09:58 -0300 Subject: community/certbot: modernize --- community/certbot/APKBUILD | 4 ---- 1 file changed, 4 deletions(-) (limited to 'community') diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 793348ba01..7f24819841 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -27,10 +27,8 @@ makedepends="python3-dev" replaces="letsencrypt" subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache $pkgname-postfix" source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$builddir" local i for i in . $subpackages; do cd "$builddir"/${i##*:} @@ -39,7 +37,6 @@ build() { } check() { - cd "$builddir" local i for i in . $subpackages; do cd "$builddir"/${i##*:} @@ -48,7 +45,6 @@ check() { } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -- cgit v1.2.3