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 09bfc70f64ea..7f26d7923812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='nextcloud-client'
pkgver='2.2.4'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Nextcloud desktop client'
arch=('i686' 'x86_64')
url='https://nextcloud.com/'
@@ -22,7 +22,7 @@ backup=('etc/Nextcloud/sync-exclude.lst')
prepare() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
- mkdir "${srcdir}/${pkgname}/build-linux"
+ mkdir -p "${srcdir}/${pkgname}/build-linux"
}
build() {