summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorris Jobke2016-03-12 12:00:33 +0100
committerMorris Jobke2016-03-12 12:00:33 +0100
commitd384e1919bb56a5d855c3441e732e6be39c2dae5 (patch)
tree2d4905d5f0104f8effc3bafe6cfe0571cd2f4cb7 /PKGBUILD
parent57d196d083eb71b61f983111ad0f30c0e1f49ea0 (diff)
downloadaur-d384e1919bb56a5d855c3441e732e6be39c2dae5.tar.gz
fix temporary path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bc865694efd..b4a8d8e8ae01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Martin Mlynář <nexus+arch@smoula.net>
pkgname=dokku
pkgver=0.4.14
-pkgrel=3
+pkgrel=4
pkgdesc="Docker powered mini-Heroku in around 100 lines of Bash."
arch=(any)
url="https://github.com/dokku/dokku"
@@ -34,7 +34,7 @@ package() {
cd "${srcdir}/"
#cd "$pkgname"
- cd "dokku-arch-linux"
+ cd "dokku-0.4.14-arch-linux"
CORE_PLUGINS_PATH="${pkgdir}/var/lib/dokku/core-plugins/"
PLUGINS_PATH="${pkgdir}/var/lib/dokku/plugins/"
install -Dm755 dokku "${pkgdir}/usr/bin/dokku"