summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Lloyd2017-10-19 16:05:23 -0700
committerGavin Lloyd2017-10-19 16:05:23 -0700
commit2d0a3073a0b589cd21f139cf8fe4129164d8431a (patch)
treeea1d8c703f56cc073b7ee7c45f435903965c85a9 /PKGBUILD
parentbeb32412e9eb6bc4ea7b6927f53a24ce7d391dfe (diff)
downloadaur-2d0a3073a0b589cd21f139cf8fe4129164d8431a.tar.gz
Cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 404e54c96230..41b65529d72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=acme.sh-git
pkgver=0.1734.8aff2bd
-pkgrel=2
+pkgrel=3
pkgdesc='An ACME Shell script, an acme client alternative to certbot'
arch=('any')
url='https://github.com/Neilpang/acme.sh'
@@ -17,6 +17,5 @@ pkgver() {
}
package() {
- mkdir -p "${pkgdir}/usr/bin"
- install -m 755 "${srcdir}/${pkgname}/acme.sh" "${pkgdir}/usr/bin/"
+ install -Dm 755 "${srcdir}/${pkgname}/acme.sh" "${pkgdir}/usr/bin/acme.sh"
}