summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2016-06-24 03:31:13 +0200
committerAlad Wenter2016-06-24 03:31:13 +0200
commit376c5394d14153742f77738f613841551b485df5 (patch)
treeebff459a79ee7eb7fd32cbdb4d410870a5a7a584 /PKGBUILD
parent160d2a1e7e1a974ed2432e540699a262ec2d5040 (diff)
downloadaur-376c5394d14153742f77738f613841551b485df5.tar.gz
KDE_INSTALL_LIBDIR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d55391e6dd74..1abb713a9404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kiconthemes-git
pkgver=r175.c4bbb91
-pkgrel=1
+pkgrel=2
pkgdesc='KIconThemes'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/kiconthemes'
@@ -29,7 +29,7 @@ build() {
cmake ../kiconthemes \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
make