git » kconfig.git » commit 8494547

Fix qt mkspecs install dir

author Andrea Scarpino
2014-09-27 09:29:10 UTC
committer Andrea Scarpino
2014-09-27 09:29:10 UTC
parent 8fb2fb9a7cad237e42ceae67ea3e60cb5a06574e

Fix qt mkspecs install dir

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0f3da04..af9d556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kconfig
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KConfig'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kconfig'
@@ -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 \
     -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make