From de9dcdf57e952472109bfcc34211bb75644550f5 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 31 May 2018 12:47:34 +0000 Subject: [PATCH] community/nextcloud-client: fix building with Nextcloud theme --- community/nextcloud-client/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD index 32e157fabed..b5fd660addc 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena pkgname=nextcloud-client pkgver=2.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="Nextcloud Desktop Client" url="https://github.com/nextcloud/client_theming" arch="all" @@ -23,7 +23,7 @@ build() { -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \ - -DOEM_THEME_DIR="$srcdir/$_realname-$pkgver/nextcloudtheme" + -DOEM_THEME_DIR="$srcdir/client_theming-$pkgver/nextcloudtheme" make all }