summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD1ceWard2022-03-30 02:20:29 +0200
committerD1ceWard2022-03-30 02:20:29 +0200
commitbe61d75395f98a78c3bfaf64e06f1dec6a0b04cd (patch)
tree4acaef6a81e0254380606273e38e6666a4acf36f /PKGBUILD
parent7306ac36e6565715d84f84bcd834a3fa080e3dd6 (diff)
downloadaur-be61d75395f98a78c3bfaf64e06f1dec6a0b04cd.tar.gz
upgpkg: dokku 0.27.0-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf0d1553a670..b066d1086613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dokku
pkgver=0.27.0
-pkgrel=3
+pkgrel=4
pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications'
arch=('any')
url='https://github.com/dokku/dokku'
@@ -79,7 +79,7 @@ package() {
# Install executable and license
install -Dm755 "${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
- install -Dm755 hostname "${pkgdir}/usr/bin/${pkgname}/hostname"
+ install -Dm755 hostname "${pkgdir}/usr/bin/hostname"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Move all files in place