git » karchive.git » commit 5384bc9

Fix qt mkspecs install dir

author Andrea Scarpino
2014-09-27 09:27:23 UTC
committer Andrea Scarpino
2014-09-27 09:27:23 UTC
parent 918f8686b7454038efca86e1fabf9e74822d6a7d

Fix qt mkspecs install dir

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f48f3ff..7e8bcb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=karchive
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt 5 addon providing access to numerous types of archives'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/karchive'
@@ -23,7 +23,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }