aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-10 00:08:05 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-10 00:11:14 +0100
commit12aac1cbf141e9010a27ea5839948067505fa353 (patch)
treee427918a2ef7a264a17d93ca4414cdcda0612df3
parent6523c482026d535240f30f9dd512af2355980465 (diff)
community/uacme: create acme-challenge dir
The provided challenge hook expects /var/www/.well-known/acme-challenge to exist.
-rw-r--r--community/uacme/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/uacme/APKBUILD b/community/uacme/APKBUILD
index 6af0687ab9a..05c64d641f9 100644
--- a/community/uacme/APKBUILD
+++ b/community/uacme/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eivind Uggedal <eu@eju.no>
pkgname=uacme
pkgver=1.0.22
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight client for the RFC8555 ACMEv2 protocol"
url="https://github.com/ndilieto/uacme"
arch="all"
@@ -27,6 +27,8 @@ build() {
package() {
make DESTDIR="$pkgdir" install
+
+ install -d "$pkgdir"/var/www/.well-known/acme-challenge
}
sha512sums="6aa1abb6f887e6c6686a7d3c00ac80ff8a34034ee8e818d338d4d2daa810fba3045d0b1f840004b24c3a214e6541018b6520a16d5ada655c9c867c23890336c4 uacme-1.0.22.tar.gz"