summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39bab77f7b0a..b32e5f262102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="deis-client"
pkgver=1.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="Command line interface client for Deis, an open source PaaS"`
`" that makes it easy to deploy and manage applications"`
`" on your own servers."
@@ -19,7 +19,7 @@ prepare() {
cd "${srcdir}"
# Delete old build just in case.
- [[ -d 'src' ]] && find ./src -ls
+ [[ -d 'src' ]] && find ./src -delete
mkdir -p 'src/github.com/deis'
mv "deis-${pkgver}" 'src/github.com/deis/deis'