diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-05-31 12:47:34 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-05-31 12:49:07 +0000 |
commit | de9dcdf57e952472109bfcc34211bb75644550f5 (patch) | |
tree | e2585e32706a65efd16b13d4738156575f6efe24 /community | |
parent | f2abbe83ab2dcb11c6a60cc57e8afdc8ee812d18 (diff) | |
download | aports-de9dcdf57e952472109bfcc34211bb75644550f5.tar.bz2 aports-de9dcdf57e952472109bfcc34211bb75644550f5.tar.xz |
community/nextcloud-client: fix building with Nextcloud theme
Diffstat (limited to 'community')
-rw-r--r-- | community/nextcloud-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD index 32e157fabe..b5fd660add 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> 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 } |